K
Kyle Sweeney
i need to make a function that will do three different things.
EX:
if B4 is less than 30 then = OK
if B4 is between 31 and 60 then = WARNING
if B4 is greater than 60 then = TROUBLE
I can do it to respond to 2 different actions but not three. This is what I
have now but it does not help for the third variable:
=IF(OR(B4<31),"OK","WARNING")
Can anyone help pleaseeeeeeee
EX:
if B4 is less than 30 then = OK
if B4 is between 31 and 60 then = WARNING
if B4 is greater than 60 then = TROUBLE
I can do it to respond to 2 different actions but not three. This is what I
have now but it does not help for the third variable:
=IF(OR(B4<31),"OK","WARNING")
Can anyone help pleaseeeeeeee