Home › Forums › Discussion › Custom % › Reply To: Custom %
Not sure if you are looking for a %complete or a simple ratio of durations – i.e. how much of the overall project duration is represented by each summary task.
In case of the latter, you can try this:
Format(IIf([Summary],[Duration]/ProjDateDiff([Project Start],[Project Finish],[Project Calendar])*100,0),”0.00″) & “%”
Good luck, tom