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
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 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!