I am trying to create a formula to determine the schedule health if the Status does not equal "Not Started" and =IF([Schedule Delta (%)]@row > 0.1, "Red", IF([Schedule Delta (%)]@row > 0, "Yellow", "Green")).
I want the Schedule Health to show a Red, Yellow, or Green symbol based on the % in the Schedule Delta (%) field and if the Status field does not equal "Not Started".
The IF statement I have above will return the Red, Yellow, or Green symbol but I am having trouble modifying the formula so it will only show red, yellow, or green if the Status does not equal "Not Started".