Traffic Light Conditional
Hi, I'd like to know if possible to do the following in Smartsheet.
I want to have a traffic light cell (green, red and yellow) that every time I open the sheet it would change base on:
- Green - if the contract end date is 15 days from today
- Yellow - if the contract end date less than 15 days from today, and
- Red if the contract end date already expired from today
Thanks. :)
Answers
-
Try this...
=IF([Contract End Date]@row < TODAY(), "Red", IF([Contract End Date]@row < TODAY(15), "Yellow", "Green"))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 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!