a countif statement with multiple conditions

  • Thread starter Thread starter perfect_one1
  • Start date Start date
P

perfect_one1

countif cell a=ace and cell b=club, diamond, or spade. this is in a very
large spreadsheet
 
try
=sumproduct((a2:a22="ace")*(b2:b22={"club","diamond","spade"}))
 

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

Back
Top