Help with count/sumif

J

Jooniper

Hi,

I am creating a spreadsheet that calculates scorings for nurser
figures.
so, IF column A = M, then count how many in Column B = A. This i
probably really simple, but I am sure you guys can help!

Thanks

Jooniper :
 
C

Claus Busch

Hi,

Am Thu, 30 Aug 2012 10:37:01 +0000 schrieb Jooniper:
I am creating a spreadsheet that calculates scorings for nursery
figures.
so, IF column A = M, then count how many in Column B = A. This is
probably really simple, but I am sure you guys can help!

=SUMPRODUCT(--(A1:A100="M"),--(B1:B100="A"))


Regards
Claus Busch
 
Top