If Statement

  • Thread starter Thread starter C
  • Start date Start date
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!
 
Back
Top