J
JRD
How to count the number of cells in a column which do not contain a certain
text string?
text string?
Teethless said:=COUNTIF(A1:A100,"<>apple")
:
Alan Beban said:More responsively,
=COUNTIF(A1:A100,"<>*apple*")