G
Geoff Cox
hello
I am getting the error message that this is too complex!
Can this be right? A limit on the number of IIFs?
Is there another way of doing this?
RenewalCost:
IIF([1118] and [type]="a",100,
IIF([1118] and [type]="c",60,
IIF([1118] and [type]="d",130,
IIF([1116] and [type]="a",85,
IIF([1116] and [type]="c",50,
IIF([1116] and [type]="d",100,
IIF([1618] and [type]="a",85,
IIF([1618] and [type]="c",50,
IIF([1618] and [type]="d",100,
IIF([1118plus] and [type]="a",100,
IIF([1118plus] and [type]="c",60,
IIF([1118plus] and [type]="d", 30,
IIF([1116plus] and [type]="a",85,
IIF([1116plus] and [type]="c",50,
IIF([1116plus] and [type]="d",100,0
)))))))))))))))
Thanks
Geoff
PS apologies for new post but thought that my question in previous
post might not be seen ....
I am getting the error message that this is too complex!
Can this be right? A limit on the number of IIFs?
Is there another way of doing this?
RenewalCost:
IIF([1118] and [type]="a",100,
IIF([1118] and [type]="c",60,
IIF([1118] and [type]="d",130,
IIF([1116] and [type]="a",85,
IIF([1116] and [type]="c",50,
IIF([1116] and [type]="d",100,
IIF([1618] and [type]="a",85,
IIF([1618] and [type]="c",50,
IIF([1618] and [type]="d",100,
IIF([1118plus] and [type]="a",100,
IIF([1118plus] and [type]="c",60,
IIF([1118plus] and [type]="d", 30,
IIF([1116plus] and [type]="a",85,
IIF([1116plus] and [type]="c",50,
IIF([1116plus] and [type]="d",100,0
)))))))))))))))
Thanks
Geoff
PS apologies for new post but thought that my question in previous
post might not be seen ....