G
Guest
I am setting this up in a report.
=IIf([Prod Cat]="PE",Sum([SumOfAssets Under MGMT])-[SumOfAssets Under MGMT],0)
I have two problems occuring:
1. the calculations will subtract the "PE" Prod Cat amount but how do I make
it add it if there is no "PE" within the category.
2. The other problem I've encountered is if the "PE" is in the middle of
the list it will not calculate it at all.
I know I am so close but I am burn't out...Can anyone help my cause?
Sarita
=IIf([Prod Cat]="PE",Sum([SumOfAssets Under MGMT])-[SumOfAssets Under MGMT],0)
I have two problems occuring:
1. the calculations will subtract the "PE" Prod Cat amount but how do I make
it add it if there is no "PE" within the category.
2. The other problem I've encountered is if the "PE" is in the middle of
the list it will not calculate it at all.
I know I am so close but I am burn't out...Can anyone help my cause?
Sarita