Counting items based on multiple conditions

F

Frank Kabel

Hi
try something like
=SUMPRODUCT((A1:A100="cond_1")*(B1:B1000="cond_2"))

or as alternative syntax
=SUMPRODUCT(--(A1:A100="cond_1"),--(B1:B1000="cond_2"))
 
A

Andy B

Hi

Try using SUMPRODUCT() like this:
=SUMPRODUCT((D9:D13="JE")*(F9:F13>9)*(F9:F13))
and
=SUMPRODUCT((D9:D13="TG")*(F9:F13>9)*(F9:F13))

Hope this helps
 

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