"IF" Function

C

Cameron

This would work. If A1 is empty or doesn't work, it will
insert the word "hello". Take "hello" out of the formula
and enter in what you want to happen if A1 does not
have "one" or "two"

HTH

=IF(OR(A1="one",A1="two"),"-","hello")
 

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

Top