Red flag if the END DATE is past AND not blank, and if the STATUS is not complete.
System
Employee
This discussion was created from comments split from: Flag task as late where task incomplete and past due date.
Answers
-
This formula gets me closer to what I need to do. Here's my version of the working formula above that "works" but isn't doing what I want.
=IF(AND(Status@row <> "Complete", [End Date]@row <= TODAY()), 1)
What I need is the following in English:
Only Raise a red flag if the END DATE is in the past, if the END DATE is not blank, and if the STATUS is not complete.
Your assistance is much appreciated. I'm not great with these advanced formulas.
-
=IF(AND([End Date]@row <= TODAY(), Status@row <> "Complete", [End Date]@row <> ""), "RED", "")
You can change the "Red" to whatever you need. If its a check box you can simply change it to ""), 1,"")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.5K Get Help
- 367 Global Discussions
- 202 Industry Talk
- 432 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 447 Show & Tell
- 29 Member Spotlight
- 1 SmartStories
- 285 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!