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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!