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