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
Check out the Formula Handbook template!