Count If

  • Thread starter Thread starter Eán
  • Start date Start date
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
 
'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
 
You can use COUNTIF() itself as;

=COUNTIF(A:A,"<>*YES*")

If this post helps click Yes
 
Back
Top