countif using multiple if statements

R

Raymond

I am trying to do a countif formula using multiple if statements. For example:

if B7:B25="a" and C7:C25="b" then A= count
 
E

Eduardo

OOPPss
Sorry I misread your post use this formula

=SUMPRODUCT((A1:A4="A")*(B1:B4="B"))
 

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

Top