Formulas and Functions

Formulas and Functions

Ask for help with your formula and find examples of how others use formulas and functions to solve a similar problem.

Decision formula

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!

Trending in Formulas and Functions