expected (theoretical) % complete Project 2010

Home Forums Discussion Forum expected (theoretical) % complete Project 2010

  • This topic has 0 replies, 1 voice, and was last updated 6 years ago by Anonymous.
Viewing 0 reply threads
  • Author
    Posts
    • #412162
      Anonymous
      Inactive

      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)

Viewing 0 reply threads
  • You must be logged in to reply to this topic.