Missy said:
What my boss has requested are total number of tasks that are due (completed)
by current end of the month. I would like to run this report each month.
The summary report shows task status, but she would also like to see a report
that shows the total number of tasks that are due each month.
Missy
Missy,
Well in my humble opinion, a single number representing the total number
of tasks that are due is pretty meaningless. It is kind of like boiling
down the essence of a plan into a single metric - it can be so
misleading and subject to interpretation that it is useless. The only
time it might be of some use is if all the tasks are essentially
identical (e.g. each "task" is completion of a widget) and you simply
want to count the completions. In a normal project plan, the number of
tasks that are complete is irrelevant. What is more important is how the
plan progressing in comparison to where it should be at a given time
(i.e. is it ahead or behind schedule and how are the costs). The best
metrics for this type of tracking are earned value metrics, critical
path analysis, or some similar classical schedule analysis approach.
Nevertheless, you asked for help, not a lecture. I assume you mean, "the
total number of tasks that are due [to be completed] by the current end
of the month". The best way to get that value is with a VBA macro, but
short of that you can still do the following: Go to Project/Filtered
For/More Filters and hit "new". In the Filter Definition window, set up
the following filter:
And/Or Field Name Test Value
% Complete is less than 100
And Finish is less than or equal to "Enter end of month
date"?
This will set up an interactive filter so you can enter the current
month end date. Then simply count the number tasks after the filter is
applied.
John
Project MVP