Good morning,
I'm having an issue with the following formula. The red and green come out, but the yellow comes back blank. Any assistance would be appreciated.
=IF([% Complete]@row < 0.7, "Red", IF([% Complete]@row <= 0.07 - 1, "Yellow", IF([% Complete]@row = 1, "Green")))