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

  • Thread starter Thread starter David P.
  • Start date Start date
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.
 
=IF(ISNUMBER(FIND(",",A1)), ...

--
HTH

Bob

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top