CountIF formula

  • Thread starter Thread starter ROSE2102
  • Start date Start date
R

ROSE2102

I need to run a countif formula, with 2 conditions on two different
columns, The first condition is that column D matches cell A1 (text),
the second condition is that column K is greater than 0.

I need it to count the number of rows that meet the given conditions.

Please let me know if you can help
 
No it didn't work, it can back with an #VALUE Error. The formula I a
using is as follows:

=COUNTIF('Interim Funding'!D2:D900,A1)*('Interim Funding'!$K$2:K$90
 
=sumproduct(--(d1:d99=a1),--(k1:k99>0))

Adjust your range, but don't use the whole column.
 

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