E
Eán
Can I do a count formula to say 'count if does not contain'?
Many thanks
Eán
Many thanks
Eán
Well I took 'contain' literally, so looked for a string withiEán;488808 said:Can I do a count formula to say 'count if does not contain'?
Many thanks
Eán
Jacob said:You can use COUNTIF() itself as;
=COUNTIF(A:A,"<>*YES*")
If this post helps click Yes
=COUNTIF(A:A said:Can it be made case sensitive?