creating a bimonthly financial report

lionelnz

Well-known Member
Joined
Apr 6, 2006
Messages
571
Hi all. I am in a quandary about creating a bimonthly (every 2 mths) financial report.

I am the treasurer of a small group of volunteers which organises events & promotions on behalf of member groups. We get voluntary donations from the groups which are very haphazard & sometimes not at all from some groups. Our expenses are minimal but variable.

I enter all the donations by month for ease of tracking on one spreadsheet, download our bank account for the 2 months from our on-line account and save that to a 2nd sheet.

What I want to do is have a bi-monthly sub-total for each groups' donations and expenses and also have a running total for each group and expense item. I also have show the book account & bank account balancing.

Any suggestions on how to do this? I don't think a pivot table will work. I am thinking of using match & offset to add the donations to the fin report sheet from the donations and possibly could do the same for some expense items too.

I also have to give the time period that the financial report refers to. I want to do this so that when I copy the sheet I will be able to change dates in key cells and then it will find & update the headings for the time period & then update the financial data. Once I can do this manually I will create a macro to do it for me.

Any pointers or suggestions would be helpful.

Thanks
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Hi,

I guess the reason you have not received a reply is due to the lack of sample data and expected results.
You can post sample data of your input sheet, bank account sheet and your "results" sheet by using one of the links in my signature...

Example of sample data....

Excel Workbook
ABCDE
1ID NumberNameAmountDate
2AA10000Bart Simpson368.0001/01/2011
3AA10001Lisa Simpson277.0002/01/2011
4AA10002Grandpa Simpson474.0003/01/2011
5AA10002Lisa Simpson163.0004/01/2011
6AA10004Marge Simpson330.0005/01/2011
7AA10005Maggie Simpson346.0001/01/2011
8AA10006Milhouse Van Houten472.0007/01/2011
9AA10000Bart Simpson343.0008/01/2011
10AA10000Bart Simpson300.0009/01/2011
11AA10006Milhouse Van Houten343.0010/01/2011
12AA10010Homer Simpson100.0001/01/2011
13AA10000Bart Simpson301.0012/01/2011
14AA10001Lisa Simpson147.0001/01/2011
15AA10002Grandpa Simpson267.0004/01/2011
16AA10001Lisa Simpson458.0005/01/2011
17AA10004Marge Simpson436.0006/01/2011
18AA10005Maggie Simpson299.0002/01/2011
19AA10010Homer Simpson455.0009/01/2011
20AA10000Bart Simpson399.0001/01/2011
21AA10010Homer Simpson425.0002/01/2011
22
Sheet1


Example results....

Excel Workbook
ABCDEFGHI
1Start DateEnd DateID NumberNameAmount for time period
230/12/201004/01/2011AA10000Bart Simpson767.00
3AA10001Lisa Simpson424.00
411 Records for this time period, with a total of 3265AA10002Grandpa Simpson904.00
5AA10005Maggie Simpson645.00
6ID NumberNameAmountDateAA10010Homer Simpson525.00
7AA10000Bart Simpson368.0001/01/2011
8AA10001Lisa Simpson277.0002/01/2011ID NumberNameTotal Amount
9AA10002Grandpa Simpson474.0003/01/2011AA10000Bart Simpson1,711.00
10AA10002Lisa Simpson163.0004/01/2011AA10001Lisa Simpson1,045.00
11AA10005Maggie Simpson346.0001/01/2011AA10002Grandpa Simpson741.00
12AA10010Homer Simpson100.0001/01/2011AA10004Marge Simpson766.00
13AA10001Lisa Simpson147.0001/01/2011AA10005Maggie Simpson645.00
14AA10002Grandpa Simpson267.0004/01/2011AA10006Milhouse Van Houten815.00
15AA10005Maggie Simpson299.0002/01/2011AA10010Homer Simpson980.00
16AA10000Bart Simpson399.0001/01/2011
17AA10010Homer Simpson425.0002/01/2011
18
Sheet3


I'm sure that if yu can provide suitable sample data and your expected results for a given time period then someone will be able to help.

I hope this helps and good luck.

Ak
 
Upvote 0
Thanks AK.

I think I have resolved my problem.

I save my bi-monhtly report sheet as mmmyy. I use this formula =EOMONTH(MID(CELL("filename",B2),FIND("]",CELL("filename",B2))+1,LEN(CELL("filename",B2))-FIND("]",CELL("filename",B2)))*1,0)
to place the sheet name in a helper cell and create a date.

I then use =Index(match, match)+Index(match, match) formula to sum the 2 values for the current 2 month period for each of the groups.
=SUM(INDEX(GrpDon!$A$1:$AI$17,MATCH(B9,GrpDon!$A$1:$A$17,0),MATCH(Jun13!$H$2,GrpDon!$A$1:$Q$1,0)))+(INDEX(GrpDon!$A$1:$AI$17,MATCH(B9,GrpDon!$A$1:$A$17,0),MATCH(Jun13!$H$1,GrpDon!$A$1:$Q$1,0)))

Someone may have a better way of simplifying this last formula by using Match with Offset maybe.

I will post examples when I have played around a bit more.

Thanks again.
 
Upvote 0

Forum statistics

Threads
1,216,116
Messages
6,128,930
Members
449,479
Latest member
nana abanyin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top