Can this be done?

StephenSLR

Registered User.
Local time
Today, 17:25
Joined
Oct 25, 2005
Messages
48
Let's say I have a chart with an 'A' column that has 'Yes' and 'No' values in the rows.

In the 'B' column I have numerical values alongside all the 'Yes' and 'No's.

I would like to know if it is possible to take all the corresponding values in the 'B' column to every 'Yes' in the A column and find the average of the 'Yes' values.

Thanks in advance

s
 
=SUMIF(A:A,"yes",B:B)/COUNTIF(A:A,"yes")
 

Users who are viewing this thread

Back
Top Bottom