Making Overdue Tasks in project schedule

tim_sims23
✭✭✭
Hello all,
I am trying to label a task as overdue when the planned end date is in the past and if the task is not marked in progress, Not Started or complete. This is my formula but its not running properly. Any advice would be appreciated.
=IF([Status]@row =, "Complete", IF([Status]@row =, "Not Started" , IF([Status]@row =, "In Progress", IF(AND([Planned End Date]@row <= TODAY()), "Overdue")
Answers
-
Hello @tim_sims23 Here's the formula help for you with a screenshot of the example -
=IF(AND([Planned End Date]@row < TODAY(), NOT(OR([Status]@row = "Complete", [Status]@row = "In Progress", [Status]@row = "Not Started"))), "Overdue", "")
Hope this helps! :)
Ipshita
Ipshita Mukherjee
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 450 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 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!