C
Co9ug9ar
I created a few taskes that have a start/finish/duration along with a
baseline start/finish/duration columns. I also have a % Complete field and a
% scheduled field. Basically what I am trying to do is show the executives
the % each task is complete vs. the % is should be complete (based on the
original schedule).
Is there a way in Project to calculate the %scheduled automatically like the
%complete column. Right now I am using the below caluculation which is very
close for individual tasks. However, when I have a task with several
subtasks, the % scheduled for the super-task is not right. I'm guessing its
because of some weighting issues on the duration of the subtasks, but I'm not
entirely sure.
If current date is < baseline start, then 0%
If current date is > baseline finish, then 100%
Otherwise...
(Duration between Current Date and Baseline Start Date)/Baseline Duration
Any suggestions on how I could sort this all out would be greatly
appreciated...
baseline start/finish/duration columns. I also have a % Complete field and a
% scheduled field. Basically what I am trying to do is show the executives
the % each task is complete vs. the % is should be complete (based on the
original schedule).
Is there a way in Project to calculate the %scheduled automatically like the
%complete column. Right now I am using the below caluculation which is very
close for individual tasks. However, when I have a task with several
subtasks, the % scheduled for the super-task is not right. I'm guessing its
because of some weighting issues on the duration of the subtasks, but I'm not
entirely sure.
If current date is < baseline start, then 0%
If current date is > baseline finish, then 100%
Otherwise...
(Duration between Current Date and Baseline Start Date)/Baseline Duration
Any suggestions on how I could sort this all out would be greatly
appreciated...