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
-
The values in your formula are case sensitive. use Green, Yellow and Red and you should get the symbols.
Answers
-
The values in your formula are case sensitive. use Green, Yellow and Red and you should get the symbols.
-
Thank you. I should have known that, haha.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!