%Complete is a linear measurement of time as a % of task duration. In a
spare duration column, or text field, try a formula something like this:
([%Complete]*[Duration])-([Status Date]-[Start])
Positive values are ahead of schedule, negative represent behind. Keep in
mind that project calculates everything in minutes so yiou may need to divide
the entire answer by the number of work minutes in a day to get an answer.
Consider burying this formula inside an If statement so it only calculates
for tasks with a start less than the status date:
iif([start]<=[Status Date], ([%Complete]*[Duration])-([Status Date]-[Actual
Start]), "NA")
You could let the formula sit without the IF and it would show projected
delay or ahead. Play with the syntax if needed, I didn't check it.
Another way to do this would be using Schedule Performance Index assuming
you have a properly resource loaded schedule with costs. Using SPI and
Physical%complete would take into account the actual spread of the costs and
earned value.
--
If this post was helpful, please consider rating it.
Jim
Visit
http://project.mvps.org/ for FAQs and more information
about Microsoft Project