Can someone tell me whats wrong with this equation?
Kenny13
✭
I'm looking to get Yellow when the due date is between 5-0 days, Red after one day late and otherwise green.
=IF(AND(([Target End Date]@row) = TODAY(), ([Target End Date]@row - 5) >= TODAY()), "Yellow", IF(TODAY() > ([Target End Date]@row + 1), "Red", IF(TODAY() > ([Target End Date]@row - 6), "Green")))
Answers
-
Hi @Kenny13,
If I've understood properly this is the outcome you're looking for:
With the formula being:
=IF(TODAY() > [Target End Date]@row, "Red", IF(TODAY(5) >= [Target End Date]@row, "Yellow", "Green"))
If I've misunderstood something or you've questions etc. then just post! 😊
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!