fullstacks said:
Basically, I am trying to generate a line graph in excel that has 4 lines.
One for early start % complete (optimistic), late start percent complete
(pesimistic), an average of those two, and then actual percent complete. The
wizard that creates these charts from project to excel only exports work and
cost data. I want to export schedule data. I think what ia am trying to do
is to convey the info on a tracking gantt view in a line graph. Except for
the actual % complete line, I want to chart the other three before any work
has been done so that I can compare actual progress to them.
fullstacks,
I'm still having trouble understanding how you intend on getting early
and late start % complete if you want the data before any work has been
done. Percent complete defines how much of the task is complete (i.e.
resources have been applied and work has been done), so how do you get
any kind of % complete if nothing has been done. It just doesn't compute.
With regard to getting schedule information to Excel. When you refer to
a wizard that exports data from Project to Excel for charts I'm assuming
you are referring to the "analyze timescaled data in Excel" utility.
However, it doesn't sound like you need timescaled data. What you want
is a periodic export of customized static data. My approach to that is a
custom VBA macro. Using VBA you can generate and export any Project data
you want to Excel and plot it all with the push of a single toolbar
button (for example). But until I (or perhaps someone else) can
determine exactly what you want, it is difficult to provide additional
assistance.
John
Project MVP