big question

dhx10000

Board Regular
Joined
Jul 11, 2005
Messages
144
I have a workbook with one sheet that has about 14 columns worth of data. The company I work for basically wants to be able to run lots of different reports from this data that will display by week. So I am thinking I need to do three things:

1. Somehow capture the 14 columns worth of data on a weekly basis and store it somewhere
2. Create a master workbook that will contain all the macros that will allow them to run their reports from this master file.

First of all, am I going about this correctly? Secondly, if I am, how do you suggest I capture and store this data, weekly?

Thank you,

SR
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
Hi.

Really depends on what reports you need, but if everything is to be grouped by weeks, then I'd probablky start by adding the week number as a data element to the table (see help file for weeknum() ), then do the summary stuff in, eg, a pivot table...
 
Upvote 0

Forum statistics

Threads
1,215,054
Messages
6,122,893
Members
449,097
Latest member
dbomb1414

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