Tracking Chart

C

CQ

I want to track two things, in a graph. I want to have a horizontal axis in
time (weeks) and the vertical axis in "total number of tasks" and then plot
the two points. I want to do this for Baseline AND for currently assigned
finish dates. That way I can see visually where we are and where we should be.

Example: (for a 10 week project with 25 tasks total)
The "x" would be that in week 1, 5 tasks are to be done, by the second week,
10 tasks, etc.

T 25 x
A 20 x
S 15 x
K 10 x
S 5 x
1 2 3 4 5 6 7 8 9 10
Weeks
 
R

Rod Gill

Don't think that can be done in Project or PWA, but it can easily be done
using VBA to create the graph in excel directly from Project Data or even
from the MSP_VIEW tables in SQL Server.

--

Rod Gill
Project MVP

NEW!! Project VBA Book, for details visit: http://www.projectvbabook.com
 
Top