RobNauticus
MIS
Hello all,
Client has a data page from external source in an excel format for weekly data. The weekly data is placed into columns for each week. There are 3 sections that get added to each week ( a new column is added for each section each week, see Gross, Cans, Traffic below).
I am designing a workbook that will translate this into a suitable format for importing into my access database for advanced reporting.
I need to transpose the data into rows with their corresponding labels intact for each row.
My problems are many, since the new columns are added each week, I cannot set a specific range to pull from. Furthermore, I am not sure how to get the data to create a new row for each corresponding entry on the original.
Current View of Data: (There is more data that is hidden!)
< graphic too wide for page >
Desired Output:
I am able to do this manually, but it would be much better to have this automated so the client can do this themselves. If you believe that VBA is necessary, please help me by outlining the basic steps that would be required.
Any help would be GREATLY appreciated!!!
Thanks,
Rob
Client has a data page from external source in an excel format for weekly data. The weekly data is placed into columns for each week. There are 3 sections that get added to each week ( a new column is added for each section each week, see Gross, Cans, Traffic below).
I am designing a workbook that will translate this into a suitable format for importing into my access database for advanced reporting.
I need to transpose the data into rows with their corresponding labels intact for each row.
My problems are many, since the new columns are added each week, I cannot set a specific range to pull from. Furthermore, I am not sure how to get the data to create a new row for each corresponding entry on the original.
Current View of Data: (There is more data that is hidden!)
< graphic too wide for page >
Desired Output:

I am able to do this manually, but it would be much better to have this automated so the client can do this themselves. If you believe that VBA is necessary, please help me by outlining the basic steps that would be required.
Any help would be GREATLY appreciated!!!
Thanks,
Rob