Satya's blog

Wednesday, August 19, 2009

Planned percent complete calculation in MPP

Create a Text field. Apply the following formula to calculate Planned % Complete:
str(IIf([Status Date]<[Start],"0",IIf([Status Date]>[Finish],"1",ProjDateDiff([Start],[Status Date])/[Duration]))*100)+"%"
Note: Above formula may not work properly at summary task level.

Labels:

1 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home