If Statement

C

C

This is what I need to do:

If cell A1 = cell b1 or cell c1, then do this, else do
this.

Can I do that? Can I ask it to check if cell A1 equals
two or more specific values, without having to do it like
this:

(if cell A1 = cell b1, then do this, (else check if cell
A1= c1, then do this, else do this))

thanks!
 

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