View Single Post
  #4   Report Post  
Alan
 
Posts: n/a
Default

Or if you dont want a meesage, have a message! lol (:
"Alan" wrote in message
...
Yes,
Try something like
=IF(COUNTIF(A1:A1000, "Tom")0, "The name 'Tom' exists in the list","")
Of course change the meesage displayed whether true or false to what you
want displayed,
Regards,
Alan.
"Lorraine" wrote in message
...
Want to count the names in a column only once. The name may be repeated
several times such as Tom
Tom
Tom but I want to count it only once at
the bottom of the row. Is this possible in Excel?