Can RYG balls change based on duration?
I am trying to write a formula where the RYG balls in the health column change color based on duration. For example, if the duration is <3, I would like to display green, 3-5 would be yellow, and anything >5 would be red.
Answers
-
Hey @Adrienne
=IF(ISNUMBER(Duration@row), IF(Duration@row<3, "Green", IF(Duration@row<=5, "Yellow", "Red")))
Will this work for you?
Kelly
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.8K Get Help
- 429 Global Discussions
- 146 Industry Talk
- 485 Announcements
- 5.2K Ideas & Feature Requests
- 86 Brandfolder
- 151 Just for fun
- 73 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 306 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!