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
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!