Help with monthly reporting

SewermanAZ

New Member
Joined
May 18, 2011
Messages
3
I am looking for a way to streamline my monthly reports. I am using excel 2007 and Windows Vista.

Currently I enter data daily into a workbook that has 12 spreadsheets in it (1 for each month). This data is just basic equipment run-times and some daily water flow. Each month I have about 4 reports that this data gets plugged into. I do know how to tell a cell on my reports to pull data from my monthly spreadsheets, My question is this: Is there a way that I can change 1 or 2 reference points on my reporting spreadsheets so that the report will know to switch all of my cells that are currently being pulled from lets say January 2011 to instead pull from the February 2011 spreadsheet.
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Hi,

Welcome to MrExcel.

I'm not an expert so I don't have a solution for you, just an idea.

If your sheets have the same format you could try using INDIRECT.
You could set up a Data Validation drop down list and place it into a particular cell (A2 in my sample data). You can then refer to that cell for your monthly reporting......

Excel Workbook
ABC
1Data1Data2Data3
2CarBusBike
3RedGreenBlue
4BillBobTom
5DP 4DP 4DP 4
January



Excel Workbook
ABC
1Data1Data2Data3
2RedGreenBlue
3123456712345681234569
4BillBobTom
5testTEST2TEST3
February


Excel Workbook
ABCDEFG
1Month*Data1Data2Data3*List
2January*CarBusBike*January
3**RedGreenBlue*February
4**BillBobTom**
5**DP 4DP 4DP 4**
Report



Excel Workbook
ABCDEFG
1Month*Data1Data2Data3*List
2February*RedGreenBlue*January
3**123456712345681234569*February
4**BillBobTom**
5**testTEST2TEST3**
Report



I don't know how you can structure the formulas so that you can apply it to one cell and copy it across and down, sorry.

I hope this helps.

Ak
 
Upvote 0
I tried this process and all I get in my destination cell on my report is #Ref. I used the same indirect formula that you had and I built the Data validation drop down list, but maybe I built the list wrong. which cell did you reference on the January and February spreadsheets when you were creating the drop down list?
 
Upvote 0
Hi,

The list of sheet names for the drop down list can be anywhere, I put the List in cells G2:G3 on sheet Report, then created the Data Validation in A2 from that List.
You must ensure that your List of sheet names matches the sheet names exactly. I would suggest not using January11 as a sheet name, as I had problems when entering that into a cell, it gave me a true date.

I hope that helps.

Ak
 
Upvote 0

Forum statistics

Threads
1,224,590
Messages
6,179,750
Members
452,940
Latest member
rootytrip

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