and if

D

dee

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

You don't need the if to return true/false as And returns True/False

=And(h2>=5, I2="C")
 
Top