The standard field "Actual Work" is the sum of actual work.
The standard task field BCWS is the sum of baseline costs to the status date.
If you are not using the financial aspects of Project, then you can set the
rate for every resource to $1 per hour (or 480 to eliminate some math).
Customize a duration field with the formula [BCWS]*480 (or at $480 per hour,
[BCWS]).
If you have entered the actual rates, then you will need to divide the BCWS
by the rate, which would require a macro.
To verify that you have entered the formulas correctly, open the view
TaskUsage. In the graphics area on the left side, is a Details column. Right
mouse click anywhere in the graphics data area and select Cumulative Work.
This will display the cumulative work to every date displayed. Verify that
the value in the column for the status date aligns with your calculated
values.
Wouldn't it be nice to be able to drag the values under Statusdate in the
graphical area over to the tabular area? It's aggrevating to have data
displayed that you cannot easy access.
John said:
Realize after poking around a little that method TimeScaleData is the
vehicle to access this information. Anyone aware of an existing program to
extract Work To Date and Actual Work To Date to custom fields? Or can the
calculational ability of a custom field be used to gather this data?
Thanks again,
George
George,
Calculational?? That's a new one.
A custom field is a spare field that has been customized with a value
list or a formula. If you are simply trying to store your "work to date"
and "actual work to date" values in a couple of spare fields, just do it
after the sum is calculated in the loop for Timescale vales.
John
Project MVP
Greetings! Am interested in calculating Work To Date and Actual Work To
Date per task. To do so would seem to involve looping through the tasks
and
summing work and actual work from beginning of project to the Status date.
What is the Project VBA access mechanism to do so? Is there an easier way
to do this? Exporting to Excel to mash it is a less-desirable approach -
would prefer to do this inside of Project and save results in custom
fields,
hopefully such that automatic rollups to summary tasks are available.
Thanks,
George