CountIf first column range = "Word" and second column range <> 0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to count how many items I have that have a certain word in one column
and have a number <>0 in the corresponding row of another column. Got any
ideas?
Thanks,
Tina
 
=SUMPRODUCT(--(A2:A100="Word"),--(B2:B100<>0))


Regards,

Peo Sjoblom
 
I don't seem to be able to give you a positive rating. I don't have the yes
or no choice or the question...but you definitely solved the problem!
Thanks again!
 

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

Similar Threads


Back
Top