S
Steve
I am trying to calculate the difference between actual
start and baseline start dates, but my actual start date
is NA until a date is entered. I created the following
formula to calculate the difference using the Current Date
insteade of Actual Date when the column revealed NA.
However, the formula below results in an error in my
calculated field. ..any suggestions as to what is wrong?
IIf([Actual Start]="NA",[Current Date]-[Baseline Start],
[Actual Start]-[Baseline Start])
start and baseline start dates, but my actual start date
is NA until a date is entered. I created the following
formula to calculate the difference using the Current Date
insteade of Actual Date when the column revealed NA.
However, the formula below results in an error in my
calculated field. ..any suggestions as to what is wrong?
IIf([Actual Start]="NA",[Current Date]-[Baseline Start],
[Actual Start]-[Baseline Start])