nhunt1
07-15-2002, 04:16 PM
I am getting the results I want with the following IIf statement; that is for these two types of Plans A or S, for any Begin Year, I get a returned value; however, for those Begin Years that are not Plan A or Plan S, I want the statement to enter the number 0.
IIf(([Plan Type]="A" Or [Plan Type]="S"),IIf(([Begin Year]<>0),IIf(([MetLife GA]>=6),2.1,IIf(([MetLife GA]<6),[MetLife GA]*0.35,0))))
:confused:
IIf(([Plan Type]="A" Or [Plan Type]="S"),IIf(([Begin Year]<>0),IIf(([MetLife GA]>=6),2.1,IIf(([MetLife GA]<6),[MetLife GA]*0.35,0))))
:confused: