Need help with a formula to calculate how many items on a sheet are past due, how many days

Hello,
I am looking for a formula I can add to a report or a metrics sheet that will show how many items per project are past due and possibly, who they are assigned to, and maybe if possible how many days past due? There are multiple sheets like this that I would be looking to pull data from.
Here is a snippet of a sample plan that shows columns. Thank you in advance!!!!
Answers
-
TO get how many days past due, you would need to insert a column with a formula along the lines of
=IF(Status@row <> "Completed", MAX(TODAY() - [End Date]@row))
After that you would create a row report, reference all of your sheets, add the appropriate columns, and set up your filters to show rows that are not completed and the finish date is in the past.
-
Hi Paul,
thanks but I cannot add any columns to the above project.
How could I create a report that pulls in from all my projects like above, how many items are past due and who they are assigned to?
-
You would create a row report. When setting up the report builder, you would reference all of the sheets you want pulled in and then add columns and filters as needed.
.
-
Paul, what if I wanted to create a widget with this information to add to my dashboard? would I use the same row report?
-
It depends on exactly what information you want displayed and how you want to display it. The simplest way is to use a report widget to display the report directly on the dashboard.
-
I wanted to show the information in a more consolidated fashion than how the report looks. if they want to drill down deeper that could click on the widget to get to the report.
-
Also Paul,
I made a report but it wont let me group by the "Assigned To" Column, do you know why?
-
Grouping is not possible if you have the column set to allow multiple users.
Help Article Resources
Categories
Check out the Formula Handbook template!