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?
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?