View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Help on: IF no "," found in cell then...

=IF(ISNUMBER(FIND(",",A1)), ...

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"David P." wrote in message
...
I need help on an IF function. Basically I want to do this:

IF "," is not found in A1, then...

I've left out the part of the IF function I know how to do so as to not
give
irrelevant information. Many thanks.
--
David P.