Hi Julie,
I'm using the following formula:
IIf(IsDate([Finish])=No,"No Finish",IIf([Baseline Finish]=ProjDateValue("NA"),"No Baseline Finish",int([Finish]-[Baseline Finish])))
I tried introducing [Summary] = "Yes", " " in to this formula but keep getting errors. Can you show me please the...