I've been looking at this for a while and can't figure out what is going on -- turning to my Smartsheet community to point out what is likely very obvious!
I'm trying to get the status symbol to change as follows:
If =>100% green, if =>80% yellow, and if less than 80% Red. I'm having the trouble with the Yellow
Here's the formula I'm using
=IF([Column4]@row >= 1, "Green", IF([Column4]@row >= 0.8, "Yellow", "Red"))
Thanks in advance for your help!