Alfatcop said:
Hello,
I need to generate in Xcel 2 graphs:
- number of started tasks (planned vs actual) over time (weekly base)
- number of completed tasks (planned vs actual) over time (weekly base).
Any ideas on how I could do this?
Thanks a lot,
Alfatcop
Alfatcop,
There are straightforward but tedious ways to do this and there are less
obvious but more robust ways to do it.
One straightforward way is to successively use the Date Range filter.
Use an export map to export start, actual start, finish and actual
finish to Excel where you can compile it to make the graphs.
If you are using Project 2007, you could probably use the Visual Reports
feature to export timescaled data of work and actual work. Then in the
Excel pivot table parse out the tasks that have work scheduled in the
time period of interest and use that as the basic for your time axis for
the graph.
The less obvious but more robust approach would be to use VBA to export
start, actual start, finish and actual finish data directly to an Excel
graph. A macro will allow you to capture the data in time sequence and
also to set up the Excel graph(s) automatically.
Hope this helps.
John
Project MVP