Average and Mean Formula needed

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

If I have two columns (Gender) (Salary) how would i write
the formulas to get the mean and the average salary of
just the males?
 
Hi Jeff
try the array formula (entered with CTRL+sHIFT+ENTER)
=AVERAGE(IF(A1:A100="male",B1:B100))
 
Hi Jeff:

You wrote "average" and "mean" with the appearance that you expect the
to be different.

Did you intend "median" (the middle value) rather than mean?


Al
 
I still need help. The above formula averages the whole
column not just the male figures.
 
Hi
the above one should only average males. What is the exact formula you
have entered
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top