P
Paperback Writer
I want to sum two values within the same field, but with different codes.
IIf([Rollup]="Expiration", .... then I want it to sum where code equals 4 or
5.
"Code" can be 1 of several different values. In this case, I'm only
interested in codes 4 and 5.
I know what is below is in bad form, I'm just parsing it in the way that
would seem to make sense with the IIF statement.
IIf([CR Rollup]="Expiration", .... [Code = 4.Expiration]+[Code = 5.
Expiration],0)
Thank you!!!
IIf([Rollup]="Expiration", .... then I want it to sum where code equals 4 or
5.
"Code" can be 1 of several different values. In this case, I'm only
interested in codes 4 and 5.
I know what is below is in bad form, I'm just parsing it in the way that
would seem to make sense with the IIF statement.
IIf([CR Rollup]="Expiration", .... [Code = 4.Expiration]+[Code = 5.
Expiration],0)
Thank you!!!