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.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 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!