Countif a corresponding value is not equal to zero or blank

R

raphiel2063

I want to use countif to count the number of entries in a big list. However,
I want to count the number of times an entry appears but only if the column
next to it is not equal to zero of blank.

E.g.
Qty
Apple 1
Banana 0
Apple 0
Apple 6
Banana 3

I would like to be able to use countif to sum up the number of times apple
appears when the qty is greater than zero (or blank) so in this case it would
be 2, not 3 as one entry is 0.

Can you help?
 

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