View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Counting cells that don't contain certain text

or if all cells are filled and j9 is the last cell with data
=COUNTIF(J1:J9,"<yes")

--
Don Guillett
SalesAid Software

"JRD" wrote in message
...
Is there a quick and easy way of counting the number of cells that don't
contain certain text strings

For example

Column A

Yes
No
Yes
Maybe
Maybe
No
Certainly
Definately
Yes

How could I count the number of cells that don't contain the word "yes" -
in
this case the answer would be 6

Many thanks