Decision formula

Options

I have created the nested if formula to show the "RED, GREEN, YELLOW" status, but it will not convert to the actual symbols. It just reads red, green or yellow. Any suggestions on how to address it?


=IF([% Complete]@row >= 1, "GREEN", IF([% Complete]@row >= 0.5, "YELLOW", IF([% Complete]@row < 0.5, "RED")))

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!