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 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 504 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 513 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 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!