View Single Post
  #1   Report Post  
Phillip Vong
 
Posts: n/a
Default IF Statement equalling multiple words. Please Help

I want to say if cell A1 = "word1" or "word2" or "word3", then "".
Otherwise do this.

I know how to make check if it = 1 item, but how do you make it check 3 or
four things without using multiple IF statements?

Thanks

Phil