Looking for help with an IF statement

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".

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!