Home › Forums › Discussion Forum › expected (theoretical) % complete Project 2010
Hi
I use this formula to have the “expected (Theoretical) % complete” indicator important in my projects to compare with %complete
expected &complete =If([finish]<=Now();”100″;IIf([start]>Now();0;int(0,5+100*(ProjDateDiff([start];Now())/[Duration])))) & “%”
This is a text formula
instead of Now() could use status day
How can i compare both?
Difference between both?
expected %complete (text formula) – %complete(number)