I have a report which is generated from a query. The report displays the individual name and the currency amount that person possess.
These are the fields: Transaction Number, Transaction Date, Name, ID, Amount Withdrawn, Amount Deposited and the currency is grouped. This formula here calculates the currency balance
=Sum([curDepositAmt])-Sum([curWithdrawAmt]) but if the withdrawn amount is blank it return no value for the currency balance
Can someone assist me with the formula. Basically I would like
If the withdrawn amount is blank display the deposit amount if not subtract the sum of deposits from sum of withdrawals