M Mike H Sep 15, 2009 #2 Hi, Like this =COUNTIF(A1:A20,"<>Something") Change something to whatever you want same for checking numbers in a range =COUNTIF(A1:A20,"<>2") mike
Hi, Like this =COUNTIF(A1:A20,"<>Something") Change something to whatever you want same for checking numbers in a range =COUNTIF(A1:A20,"<>2") mike
J Jacob Skaria Sep 15, 2009 #3 'If you mean a value; =COUNTIF(A1:A10,"<>5") =COUNTIF(A1:A10,"<>YES") 'If you mean blank =COUNTBLANK(A1:A10) If this post helps click Yes
'If you mean a value; =COUNTIF(A1:A10,"<>5") =COUNTIF(A1:A10,"<>YES") 'If you mean blank =COUNTBLANK(A1:A10) If this post helps click Yes
J Jacob Skaria Sep 15, 2009 #4 You can use COUNTIF() itself as; =COUNTIF(A:A,"<>*YES*") If this post helps click Yes
T T. Valko Sep 15, 2009 #5 =COUNTIF(A:A said: Can it be made case sensitive? Click to expand... No, COUNTIF is not case sensitive.
=COUNTIF(A:A said: Can it be made case sensitive? Click to expand... No, COUNTIF is not case sensitive.