I am designing an expense report where one column in the detail section is the running sum of expenses for each account[sumofaccount]. I now want to put a formula in the account footer that calculates [appropriation]- [sumofaccount]. But instead of the final running sum number, the report calculates using the first line of the running sum detail? How do I tell it to use the bottom number and not the first number?