C
C.J.
Does anyone have information on how to incorporate multiple baselines into a
schedule status (finish variance) formula for Project Standard/Professional
2003?
I currently have the following formula set up to calculate schedule status
against the baseline with graphical indicators:
IIf((([Baseline Start]=4294967295) Or ([Baseline Finish]=4294967295)),"No
BL",IIf((([Finish Variance]/480)>=5),"Red",IIf((([Finish
Variance]/480)>0),"Yellow","Green")))
I want to create a formula that looks at the most recent baseline to
calculate the schedule status. For example, If there is a Baseline 6, then
calculate the schedule variance and graphical indicators from Baseline 6, but
if there is no baseline 6, look for baseline 5 and so on all the way down to
baseline.
I've tried multiple versions of the formula below and continue to get a
syntax error. Any suggestions?
IIf((([Baseline6 Start]=4294967295) Or ([Baseline6
Finish]=4294967295)),[Baseline5 Start],IIf(([Baseline5 Start]=4294967295) Or
([Baseline5 Finish]=4294967295)),[Baseline4 Start],IIf(([Baseline4
Start]=4294967295) Or ([Baseline4 Finish]=4294967295)),[Baseline3
Start],IIf(([Baseline3 Start]=4294967295) Or ([Baseline3
Finish]=4294967295)),[Baseline2 Start],IIf(([Baseline2 Start]=4294967295) Or
([Baseline2 Finish]=4294967295)),[Baseline1 Start],IIf(([Baseline1
Start]=4294967295) Or ([Baseline1 Finish]=4294967295)),[Baseline
Start],IIf(([Baseline Start]=4294967295) Or ([Baseline
Finish]=4294967295)),"No BL",IIf((([Finish
Variance]/480)>=5),"Red",IIf((([Finish Variance]/480)>0),"Yellow","Green")))
schedule status (finish variance) formula for Project Standard/Professional
2003?
I currently have the following formula set up to calculate schedule status
against the baseline with graphical indicators:
IIf((([Baseline Start]=4294967295) Or ([Baseline Finish]=4294967295)),"No
BL",IIf((([Finish Variance]/480)>=5),"Red",IIf((([Finish
Variance]/480)>0),"Yellow","Green")))
I want to create a formula that looks at the most recent baseline to
calculate the schedule status. For example, If there is a Baseline 6, then
calculate the schedule variance and graphical indicators from Baseline 6, but
if there is no baseline 6, look for baseline 5 and so on all the way down to
baseline.
I've tried multiple versions of the formula below and continue to get a
syntax error. Any suggestions?
IIf((([Baseline6 Start]=4294967295) Or ([Baseline6
Finish]=4294967295)),[Baseline5 Start],IIf(([Baseline5 Start]=4294967295) Or
([Baseline5 Finish]=4294967295)),[Baseline4 Start],IIf(([Baseline4
Start]=4294967295) Or ([Baseline4 Finish]=4294967295)),[Baseline3
Start],IIf(([Baseline3 Start]=4294967295) Or ([Baseline3
Finish]=4294967295)),[Baseline2 Start],IIf(([Baseline2 Start]=4294967295) Or
([Baseline2 Finish]=4294967295)),[Baseline1 Start],IIf(([Baseline1
Start]=4294967295) Or ([Baseline1 Finish]=4294967295)),[Baseline
Start],IIf(([Baseline Start]=4294967295) Or ([Baseline
Finish]=4294967295)),"No BL",IIf((([Finish
Variance]/480)>=5),"Red",IIf((([Finish Variance]/480)>0),"Yellow","Green")))