Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I need to sum up the rows with the follwing conditions.
should display totals when CODE=7 and Total should be sum of the amounts of FROM to TO ACCOUNTNO.
It should sum if REVSIGN=0 and subtract if REVSIGN=1.
Example from below table for 107 is
sum (108,109,115)-sum(101,102,103) i.e. (2070+2080+2140)-(2000+2010+2020)=260.
this 260 should be displayed against the AMOUNT of 107 ACCOUNTNO.
Excel is attached for your reference.
Thanks in advance
Veman Reddy
Hi Veman,
Her is a solution to your problem. The solution also allows you to have sum-accounts that includes other sum-accounts.
Br,
Thomas