A
anovak
In formulas like this:
IIf([Baseline Finish]=projdatevalue('NA'),"No
baseline",IIf(ProjDateDiff([Baseline Finish],[Finish])/480>5,"Late by
more than 5 days",IIf(ProjDateDiff([Baseline Finish],[Finish])/
480>0,"Late","On schedule")))
Is it better to use double quotes or single quotes for values?
Seems like I heard at one time one approach will result in errors.
Also, why doesn't Project Professional allow you to create Project
Level custom fields without having to use PWA?
Thanks,
Andy Novak
UNT
IIf([Baseline Finish]=projdatevalue('NA'),"No
baseline",IIf(ProjDateDiff([Baseline Finish],[Finish])/480>5,"Late by
more than 5 days",IIf(ProjDateDiff([Baseline Finish],[Finish])/
480>0,"Late","On schedule")))
Is it better to use double quotes or single quotes for values?
Seems like I heard at one time one approach will result in errors.
Also, why doesn't Project Professional allow you to create Project
Level custom fields without having to use PWA?
Thanks,
Andy Novak
UNT