Symbols and percentage of
I need your help to show status as Red, Green or Yellow using this criteria:
Green - 91-100
Yellow - 51 - 90
Red = 0-50
Tags:
Best Answer
-
Hi @jezright
Try this and let me know if it works for you:
=IF(Percentage@row > 0.9, "Green", IF(Percentage@row > 0.89, "Yellow", IF(Percentage@row > 0.5, "Yellow", "Red")))
Answers
-
Hi @jezright
Try this and let me know if it works for you:
=IF(Percentage@row > 0.9, "Green", IF(Percentage@row > 0.89, "Yellow", IF(Percentage@row > 0.5, "Yellow", "Red")))
-
Thank you so much. This worked
-
I'm happy this worked for you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 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!