I am trying to get ask if H2 is greater than or equal to 50 and I2 is letter C please make true
D dee Feb 29, 2008 #1 I am trying to get ask if H2 is greater than or equal to 50 and I2 is letter C please make true
J Jim Thomlinson Feb 29, 2008 #3 You don't need the if to return true/false as And returns True/False =And(h2>=5, I2="C")