Data counting problem

G

GlitchCog

I've just been trying to mess with the criteria in the count and counti
functions. So far nothing. This is a simplified example of what I have:

A B
1 3
2 4
3 7
4
5
6
7

Is there anyway to make the criteria 3 or 4 or 7 by making B1:B3 int
B1orB2orB3
 
Top