I have a column with numbers in it. Each of these numbers I want to logically test to the following statement:
IF > 21 AND < 180 THEN YES otherwise NO for example. So in other words I want to know if the number in my column is between 21 and 180. I know I have to use an IF statement but I do not know how to combine the 2 conditions into one formula.
Can anyone help? Thanks in advance!
IF > 21 AND < 180 THEN YES otherwise NO for example. So in other words I want to know if the number in my column is between 21 and 180. I know I have to use an IF statement but I do not know how to combine the 2 conditions into one formula.
Can anyone help? Thanks in advance!