M
Maurizio
I uploaded aout 50 pojects in Project Center. I used the Schedule Status
formula
IIf(ProjDateValue([Baseline Finish])=4294967295,"4_ No
Baseline",IIf(DateDiff("d",[Baseline Finish],[Finish])>10,"1_ 10+ Days
Late",IIf(DateDiff("d",[Baseline Finish],[Finish])>=1 And
DateDiff("d",[Baseline Finish],[Finish])<=10,"2_ 1 to 10 Days Late","3_ On
Schedule")))
Some of the projects that tasks start say 11/28/07 and end 1/08/08 are
either shown as 2_ 1 to 10 Days Late/Yellow or 1_ 10+ Days Late/Red.
formula
IIf(ProjDateValue([Baseline Finish])=4294967295,"4_ No
Baseline",IIf(DateDiff("d",[Baseline Finish],[Finish])>10,"1_ 10+ Days
Late",IIf(DateDiff("d",[Baseline Finish],[Finish])>=1 And
DateDiff("d",[Baseline Finish],[Finish])<=10,"2_ 1 to 10 Days Late","3_ On
Schedule")))
Some of the projects that tasks start say 11/28/07 and end 1/08/08 are
either shown as 2_ 1 to 10 Days Late/Yellow or 1_ 10+ Days Late/Red.