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
- Smartsheet Customer Resources
- 63.1K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 450 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 289 Events
- 34 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!