Hello there Dave, again, thanks for replying.
I would have thought that such a basic thing should be a standard
feature! Surely the difference between actual work completed in a
project and the status date would be one the first things a project
manager looks for!
Anyways, If then it must be calculated manually so be it. if i was
to go about calculating the date at the end of the actualduration bar,
ie the progress point; I would need to:
- convert the percentage complete into days (easy
enough)
and then - add these days to the start date, using dateadd perhaps
However i believe the dateadd function in VBA does not take into
account non-working days...
any suggestions agian?!
Again, thanks for your help...
Fiachra
Fiachra,
Pardon me for dropping in but I see Dave didn't respond to you last
post. Why would you be interested in a departure from the status date?
It is only an arbitrary date. The metrics of most interest are standard
earned value metrics, BCWS, BCWP, ACWP, SV, CV, SPI and CPI. Those
metrics basically compare current performance with the original baseline
schedule. So before you believe you have to go off and create a new
metric, take a look at the existing classical earned value metrics that
Project already calculates.
However, to answer your question, there are two forms of the DateAdd
Method - one works with calendar time (i.e. elapsed time) and the other
works with Project calendar time (i.e. working time). Both versions are
also available for use in formulas in custom fields although the syntax
is slightly different. For VBA syntax, use the Object Browser under
Tools/Macro/Visual Basic Editor. For formulas, use the Project Help file
and do a search for "Functions".
Hope this helps.
John
Project MVP