K
KenRamoska
Thanks to some wonderful people here (Doug!) I now think I know how to use
this function called IIF. Here is my example.
=IIf([Program]="NPM" And [NeedCore]="Y",[StartDate]+70,IIf([Program]="NPM"
And [NeedCore]="N",[StartDate]+35,IIf([Program]="CSM" And
[NeedCore]="Y",[StartDate]+84,IIf([Program]="CSM" And
[NeedCore]="N",[StartDate]+49,IIf([Program]="PM" And
[NeedCore]="Y",[StartDate]+105,IIf([Program]="PM" And
[NeedCore]="N",[StartDate]+70,""))))))
I still get a blank though. Basically I have 3 fields Program, NeedCore, and
StartDate. Based on answers from the first 2 I want to add days to the start
date and put that in a new field called ProjEndDate. I did the above and I
come up blank. No error message. Just blank.
Any help would be appreciated.
this function called IIF. Here is my example.
=IIf([Program]="NPM" And [NeedCore]="Y",[StartDate]+70,IIf([Program]="NPM"
And [NeedCore]="N",[StartDate]+35,IIf([Program]="CSM" And
[NeedCore]="Y",[StartDate]+84,IIf([Program]="CSM" And
[NeedCore]="N",[StartDate]+49,IIf([Program]="PM" And
[NeedCore]="Y",[StartDate]+105,IIf([Program]="PM" And
[NeedCore]="N",[StartDate]+70,""))))))
I still get a blank though. Basically I have 3 fields Program, NeedCore, and
StartDate. Based on answers from the first 2 I want to add days to the start
date and put that in a new field called ProjEndDate. I did the above and I
come up blank. No error message. Just blank.
Any help would be appreciated.