IF statement
I am trying to create an IF statement with the information listed below.
If I2 is greater than or egual to 30, then YES
OR
If I2 is greater than or equal to 25 AND J2 is greater than or equal to 55, then YES
OR
If I2 is greater than or equal to 5 AND J2 is greater than or equal to 60, then YES
|