L
Lynn L
I created the following IIF statement
=IIf([CountOfCli File Name]<51,"$225.00",IIf([CountOfCli File Name]>=51 And
[CountOfCli File Name]<=100,"$300.00",IIf([CountOfCli File Name]>=101 And
[CountOfCli File Name]<=250,"$400.00","$450.00")))
This works fine until I tried to use the result in another calculation. I
wanted to add this calculation to a SUMOf field by using the following
=Sum([=IIf([CountOfCli File Name]<51,"$225.00",IIf([CountOfCli File
Name]>=51 And [CountOfCli File Name]<=100,"$300.00",IIf([CountOfCli File
Name]>=101 And [CountOfCli File Name]<=250,"$400.00","$450.00")))]+[SumOfSet
Up Fee])
Is this possible?
=IIf([CountOfCli File Name]<51,"$225.00",IIf([CountOfCli File Name]>=51 And
[CountOfCli File Name]<=100,"$300.00",IIf([CountOfCli File Name]>=101 And
[CountOfCli File Name]<=250,"$400.00","$450.00")))
This works fine until I tried to use the result in another calculation. I
wanted to add this calculation to a SUMOf field by using the following
=Sum([=IIf([CountOfCli File Name]<51,"$225.00",IIf([CountOfCli File
Name]>=51 And [CountOfCli File Name]<=100,"$300.00",IIf([CountOfCli File
Name]>=101 And [CountOfCli File Name]<=250,"$400.00","$450.00")))]+[SumOfSet
Up Fee])
Is this possible?