J
Jason
I'm working on a formula that the field will display a green dot if ahead or
on schedule; a yellow dot of less than 14 days; a red dot if over 14 days.
I have the formula working except for the less than and greater than 14 days
part - any suggestions???
IIf((([Project Baselined?]="Baselined") And ([Baseline
Finish]<[Finish])),"Project Behind Schedule",IIf((([Project
Baselined?]="Baselined") And ([Baseline Finish]=[Finish])),"Project On
Schedule",IIf((([Project Baselined?]="Baselined") And ([Baseline
Finish]>[Finish])),"Project Ahead of Schedule",IIf([Project Baselined?]="No
Baseline","Project Not Baselined","Calculation Error"))))
Thanks
on schedule; a yellow dot of less than 14 days; a red dot if over 14 days.
I have the formula working except for the less than and greater than 14 days
part - any suggestions???
IIf((([Project Baselined?]="Baselined") And ([Baseline
Finish]<[Finish])),"Project Behind Schedule",IIf((([Project
Baselined?]="Baselined") And ([Baseline Finish]=[Finish])),"Project On
Schedule",IIf((([Project Baselined?]="Baselined") And ([Baseline
Finish]>[Finish])),"Project Ahead of Schedule",IIf([Project Baselined?]="No
Baseline","Project Not Baselined","Calculation Error"))))
Thanks