Calculate Overdue Documents
I have two dates columns. One is Target Completion Date and the other New Target Date.
I have the following two questions:
- I wanted to know how many documents did not meet the Target Completion date. Total counts.
- If the Target Completion Date was extended then how many documents missed the New Target Dates. Total counts.
Thanks!
Answers
-
Are you currently tracking the Actual Completion Date?
-
Yes, I am tracking both the dates.
-
Hi @Anil Rattan
Have a look at my post below with a method I developed that I think could help with your need.
More info:
Would that work?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
If you are tracking the Actual Completion Date, then you should be able to insert two helper columns (that can later be hidden).
In one helper column use:
=IF([Actual Completion Date]@row > [Target Completion Date]@row, 1)
And in the other helper column use:
=IF([Actual Completion Date]@row > [New Target Completion Date]@row, 1)
Then you can use a SUM on each of the columns to tell you how many are past target and how many are past new target.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!