Multiple criteria for countif()

  • Thread starter Thread starter theillknight
  • Start date Start date
T

theillknight

Is there some method to use countif for multiple criteria instead of
adding several single-criteria countif's together?
 
Knight,

We generally use SUMPRODUCT to count rows meeting conditions.

=SUMPRODUCT((A2:A7=5)*(B2:B7="Good"))
=SUMPRODUCT((A2:A7=5)*(B2:B7="Good")*(C2:C7=1))
 

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