% Complete and Planned % Complete is not same
Hello Experts,
I have a scenario where I am running a project. Following is the implementation of the same:
There are no dependencies in the project and neither the baselines for my project. I have just used the % Complete to update the project.
The formula for the Planned % Complete is as follows:
IIf([Start]>Now(),0,IIf([Finish]<Now(),100,(ProjDateDiff([Start],Now(),[Project Calendar])/[Duration])*100))
A very simple project but the percentage is not coming the same. Why?
Regards
Hello Experts,I have a scenario where I am running a project. Following is the implementation of the same: There are no dependencies in the project and neither the baselines for my project. I have just used the % Complete to update the project.The formula for the Planned % Complete is as follows:IIf([Start]>Now(),0,IIf([Finish]<Now(),100,(ProjDateDiff([Start],Now(),[Project Calendar])/[Duration])*100)) A very simple project but the percentage is not coming the same. Why? Regards Read More