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
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