Help on: IF no "," found in cell then...

D

David P.

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.
 
B

Bob Phillips

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

--
HTH

Bob

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