Hello – I am trying to create a formula that will change RYG automatically with the following criteria:
Green: Any positive (%)
Yellow: 0 to negative 10%
Red: less than negative 10%
With the below formula, green and yellow work fine but not red. How close am I?
=IF([% OVER (-) UNDER (+)]5 > 0, "Green", IF([% OVER (-) UNDER (+)]5 <> 0 - (-0.1), "Yellow", "Red"))
Any help is appreciated.
Thank you.