Hello,
I am trying to automate into a status column a stop light symbol that reflects a value in another column that is on a scale - I am not sure what I am doing wrong...
=IF([Health Score]12>= 0, [Health Score]12 < =1.5), [Status]12, "Red", IF([Health Score]12 >1.5, [Health Score]12 <=2.9),[Status]12, "Yellow", IF([Health Score]12>3.0[Status]12,"Green","-")))
SCALE:
0-1.5 Red
1.5-2.9 Yellow
3.0 - 4 Green
Engagement Not Yet Started Blue
Thank you!