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.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 468 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 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!