View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
justjill111 justjill111 is offline
external usenet poster
 
Posts: 4
Default count all text values except a certain one

sorry but it returned the entire count. let me be more specific.
the names are contained E7:E98 the column looks something like this:

jane
max
ditto
ditto
ditto
laurie
kelly
dittto

does this help?

"Max" wrote:

One thought ..
Assuming your source data running down in col A
you could use this in say, B1:
=COUNTA(A:A)-COUNTIF(A:A,"*"&"ditto"&"*")
voila? zonk YES below
--
Max
Singapore
---