Sandy82 said:
Forgive me if I was a little vague, I am a complete novice with Project. I
have to create a report or graph which shows, month on month cumulatively,
the percentage of tasks which have been completed in comparison to the
predicted task durations (baseline). There are no resources or costs to
consider.
Sandy82,
My first question is, how did those tasks get completed if there are no
resources assigned to do them? Pretty neat trick - you must be saving
tons of money on labor costs. Just an observation.
Getting a cumulative value of how many tasks have been completed each
month is pretty easy but I don't quite understand what you mean by
"predicted task durations" and how that relates to task completions.
In Project, duration is the difference in working time between the start
of a task and the finish of that task. That duration is only a
"baseline" if a baseline is set, otherwise that duration is the
scheduled duration and subject to change as the schedule is accelerated
or falls behind.
It sounds to me that perhaps what you want to do is to get a cumulative
value of how many tasks actually completed each month compared to how
many tasks were scheduled to finish during that month, and perhaps you
want to track the original finish dates (i.e. baseline) of each task.
For that, you need to set a baseline under Tools/Tracking/Save Baseline.
That will basically take a snapshot of various Project data fields and
store those values into separate defined baseline fields. However, if
you've already been messing around with the schedule such that dates are
changing, it is going to be pretty hard to establish baseline data that
was valid when the plan was first developed.
Well ok, let's say you did save a baseline, now what? You could create
two filters and then count the tasks that resulted when the filters were
applied. The first filter would find all tasks that are between month
start and month end and are 100% complete. The second filter would find
all tasks that have a baseline finish date between month start and month
end. To create those filters, do the following
1. Go to Project/Filtered for/More filters
2. Hit "new", then create the following filter - call it "Cmpl this
month", or whatever.
And/Or Field Name Test Value
Finish is greater than or equal to "Enter Month start"?
And Finish is less than "Enter Month end"?
And % Complete equals 100
uncheck the option to show related summary rows
3. Repeat step 2 and create a second filter as follows:
And/Or Field Name Test Value
Baseline Finish is greater than or equal to "Enter Month
start"?
And Baseline Finish is less than "Enter Month
end"?
uncheck the option to show related summary rows
4. Apply the first filter and count the tasks
5. Apply the second filter and count the tasks
Now here are some downsides to this simplistic metric. Counting task
completions tells you absolutely nothing about how the schedule is
going. You could have tons of unimportant tasks complete and the metric
would look great but you're really in deep yogurt. Similarly you might
have 5 tasks that were supposed to be complete this month and 5 tasks
that were complete this month - the metric looks great, except it won't
show if the 5 tasks that were complete were the 5 tasks that were
SUPPOSED to be completed.
John
Project MVP