SumIIF with variables

jamphan

Registered User.
Local time
Today, 10:14
Joined
Dec 28, 2004
Messages
143
I have the following formula in a report that calculates the current balance if the Type Loss is 4. I also need this field to calculate totla loss if the type loss is 4U, 4F, or "". Is there anyway I can add these other variables in to get a grand total in this one field? Thanks!

=Sum(IIf([numType Loss]="4",[curCurrent Balance],0))
 

Users who are viewing this thread

Back
Top Bottom