View Single Post
  #1   Report Post  
alm09
 
Posts: n/a
Default If Then statement

Is it possible to have an "AND" condition in an "If Then" statement?

For example, how would you write "if cell A1 and C1 and E1 all equal "x",
then return "yes". If not, return "no".