I need help trying to consolidate trial balance values from specific sub accounts into general accounts. I have tried many different loops, offsets, filters and copying combinations and have failed miserably. I am using Excel 2010 and running Windows 7 Professional.
The example I want to do is as follows
Start Table - This is an example of the kind of data I would be viewing
Spec. Acct Balance
10000.0001 800.00
10000.0003 700.00
10000.0005 300.00
11000.0002 10000.00
11000.0004 5000.00
12000.0005 100000.00
End Table - I would like to consolidate the values into a formula that would display a total
Gen. Acct. Balance(Displayed Value) Formula In "Balance" Cell
10000 1800.00 =800.00+700.00+300.00 or =sum(800.00,700.00,300.00)
11000 15000.00 =10000.00+5000.00 or =sum(10000.00,5000.00)
12000 100000.00 =100000.00 or =sum(100000.00)
Please HELP!
Thank You
The example I want to do is as follows
Start Table - This is an example of the kind of data I would be viewing
Spec. Acct Balance
10000.0001 800.00
10000.0003 700.00
10000.0005 300.00
11000.0002 10000.00
11000.0004 5000.00
12000.0005 100000.00
End Table - I would like to consolidate the values into a formula that would display a total
Gen. Acct. Balance(Displayed Value) Formula In "Balance" Cell
10000 1800.00 =800.00+700.00+300.00 or =sum(800.00,700.00,300.00)
11000 15000.00 =10000.00+5000.00 or =sum(10000.00,5000.00)
12000 100000.00 =100000.00 or =sum(100000.00)
Please HELP!
Thank You