abacon1960
Board Regular
- Joined
- Jul 28, 2014
- Messages
- 54
I am looking to perform the following but cannot figure out what to do with the middle IF statement?
=IF(A1<1,"SATISFACTORY",IF(A1>1,A1<1.25,"CAUTION",IF(A1>1.25,"HIGH ALERT","")
I know there is a simple solution, hopefully.
Thanks.
=IF(A1<1,"SATISFACTORY",IF(A1>1,A1<1.25,"CAUTION",IF(A1>1.25,"HIGH ALERT","")
I know there is a simple solution, hopefully.
Thanks.