countif

E

erik550

I have calculated a sum using

=SUMPRODUCT((L2:L15000=2.5)*(N2:15000N>=M11)*(P2:p15000))

How do I count the number of rows that fullfilled the criterias above?
countif doesnt seem to accept more than one condition.

/Erik
 
G

Guest

=SUMPRODUCT((L2:L15000=2.5)*(N2:15000N>=M11))
will give you the number of rows meeting both criteria
 

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