Okay, I think the following will do what you want. You were still a little
skimpy on the details to be able to give you concrete formula, so I'll make
some assumptions (you will have to adjust them for your actual conditions if
my guesses are wrong).
First off, the Estimated Project Duration for the dates you gave is 663, not
653. You should be getting that number by placing the formula =K5-J5 in cell
L5. You didn't say which column the "1st Phase Start Date" is in, so I'll
assume Column P (which means the date 3/8/08 is assumed to be in P5. Also,
since you don't yet have columns for "Duration to Date in Phase" and "%
Complete in Phase", I'll assume them to be Column S and Column T
respectively. Okay, with those assumptions in mind, put the following
formulas in the indicated cells...
S5: =TODAY()-P5 <<Format as General or Number>>
T5: =S5/(Q5-P5) <<Format as Percentage>>
Some place, you will need a cell containing the total of all the "Duration
to Date" cells for all of the phases making up your job. Let's assume that
cell is in the "Duration to Date in Phase" column, at cell S99. Put this
formula in the next cell over (which is assumed to hold the "% Complete for
Total Job"
T99: =S99/L5
Now, none of these account for missed estimated phase completion dates as I
wasn't sure how you would want to handle them. For example, if you neglect
to adjust a phase date once it is missed, the value in T5 will show as being
over 100% (indicating you missed the date). If, however, you continually
update your estimated completion dates, T5 should remain under or at 100%.
It's a lot easier to account for the things you are looking for once you
lock down all the columns; but, since you haven't yet, hopefully the above
will get you started.
Rick