Formula for Expected % Complete - % Complete assuming perfection

L

Lauren

All,

I would appreciate some help with the following formula.

Goal: For each task and roll up task, understand what the % complete would
be if every task is on schedule. Think of it as a forecasted % complete in
relation to todays date. The roll up would be weighted similar to the actual
% complete, such that longer tasks are weighted more heavily than shorter
tasks at each level.

If I was using project this is how I was trying to express.

if([Finish]=<[Current Date], 1, if([Start]=< [Current Date], ([Current
Date]-[start])/[Duration],0) * 100 + "%"

This has not worked for me can anyone suggest another approach.

Thanks!
Lauren
 
A

Andrew Lavinsky

I didn't test extensively, but this should more or less work:

IIf([Status Date]=ProjDateValue('NA'),"No Status Date Set",IIf([Baseline
Start]=ProjDateValue('NA'),"No Baseline Set",IIf([Status Date]<[Baseline
Start],"Scheduled in Future",IIf([Status Date]>[Baseline Finish],"100%",100*ProjDateDiff([Baseline
Start],[Status Date])/[Baseline Duration] & "%"))))

Note that this uses the Status Date rather than the Current Date - which
is probably a slightly better solution. To set the Status Date, go to Project
Information.

- Andrew Lavinsky
Blog: http://blogs.catapultsystems.com/epm
All,

I would appreciate some help with the following formula.

Goal: For each task and roll up task, understand what the % complete
would be if every task is on schedule. Think of it as a forecasted %
complete in relation to todays date. The roll up would be weighted
similar to the actual % complete, such that longer tasks are weighted
more heavily than shorter tasks at each level.

If I was using project this is how I was trying to express.

if([Finish]=<[Current Date], 1, if([Start]=< [Current Date], ([Current
Date]-[start])/[Duration],0) * 100 + "%"

This has not worked for me can anyone suggest another approach.

Thanks!
Laure
 
A

Andrew Lavinsky

Sorry - I missed the rollup instructions....

To rollup the way you would like it with weighted tasks, it might be a bit
more difficult. Here's an attempt:

1) Create a Duration field that rolls up as the SUM: IIf([Status Date]>[Baseline
Finish],1,ProjDateDiff([Baseline Start],[Status Date])/[Baseline Duration]
& "%")*[Baseline Duration]. This will give you the sum of the subtask Actual
Durations.

2) Create a second Duration field that equals [Baseline Duration]. Roll
that up the summary level as the SUM as well.

3) Create a third Text field which divides Duration1/Duration2

The trick is that there's no built-in field which sums up the total Actual
Duration or the total Duration - although they could perhaps be derived with
some work. I am not sure how well this will roll up from second tier summary
tasks to first tier summary tasks, so you may need to tweak it.


- Andrew Lavinsky
Blog: http://blogs.catapultsystems.com/epm
 
T

tom_willpa

high quality Soccer jerseys NBA Jersey tracksuit and jackets, GHD
hairstraightener supplier from www.willpa.com

Are you a Retail businessman who bother by the purchase price? China
Cheapest TOP wholesale website can help you

we are specialize in replica sport goods manufacturing in china, we can
offer you all kinds of soccer jersey, NBA jersey,shoes and so on. they are
the best brand replica goods whih are look the same as the original goods.
excellent quality and steady supply for them. we have been marketed in Europe
and American for 3 year. all the goods we offer are AAA quality. our soccer
jersey are Thailand style. If any goods you buy from my company have problem,
we will refund or resend them again. Most of ourProducts have no minimum
order requirements,soyou can shop retail goods at wholesale prices. if you
can buy more than 300usd. We offer free shipping. The more you buy the more
discount for you.

National soccer jerseys: http://www.willpa.com
Club soccer jerseys: http://www.willpa.com
NBA Jerseys: http://www.willpa.com
T-shirt and shirt: http://www.willpa.com
Tracksuit: http://www.willpa.com
Hoody & Jackets: http://www.willpa.com
UGG boots: http://www.willpa.com
Hair style: http://www.willpa.com
shopping Index: http://www.willpa.com

EMS shipping. 7days arrive, paypal accept

want more information pls contact us or check our website: www.willpa.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top