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
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 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!