Planned Percent (%) Complete

Member for

17 years 5 months

Dear Andy,



There are 2 quickest ways for it:



1-Update your target schedule (or you can have a 2nd Target as a updating version) and use target percentage as a column directly.



2-(maybe CLIENT does not want you to touch their target) If all of your resource curves are linear. You can add a custom data item as planned percentage and write a global cange for it.

PLANED% - PLPC

TARGET S - TS

TARGET F - TF

Data Date - DD



Then PLPC=

IF DD is less than TS THEN 0

IF TS is less than DD is less than TF THEN (DD-TS)/(TF-TS)

IF DD is greater thanTF THEN 100



You need to run global change at every update.



Regards,



Safak