Traffic light
Hi, I'm trying to set-up a traffic light formula with the following data fields: %Complete, Start Date and End Date. The parameters are:
- If TODAY is 5 days from End Date AND %Complete is <100% then Yellow
- If End Date is < TODAY, then Red
Can anyone please let me know how the formula should be typed? I keep on getting "unparseable".
Thank you
Answers
-
Try this:
=IF([% Complete]@row <> 1, IF([End Date]@row < TODAY(), "Red", IF([End Date]@row <= TODAY(5), "Yellow")))
-
It worked!!! Thank you sooo much 👍️
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 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!