G Guest Apr 5, 2004 #1 If I have two seperate columns (Gender) (salary), How do I just get the average salary of just females?
If I have two seperate columns (Gender) (salary), How do I just get the average salary of just females?
F Frank Kabel Apr 5, 2004 #2 Hi you already received answers for getting the average for males Just replace the value for this condition
Hi you already received answers for getting the average for males Just replace the value for this condition
B Bob Phillips Apr 5, 2004 #3 =SUMIF(A1:A100,"Female",B1:B100) -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct)
=SUMIF(A1:A100,"Female",B1:B100) -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct)