Hello,
I have 12 excel 2010 workbooks with 6 tabs each that I need to combine into one table using either PowerQuery or PowerPivot. I could do it manually, but that would take a few hours and it's not really efficient, so I have been trying to figure out a way to do it using one of the BI tools (or VBA if that would be better). Here's an example of what a workpaper would look like:
1) Each of those variances are formula-driven. Would I need to hardcode them before I do anything else in order to combine them?
2) Other than in the name of the workbook, the month is not listed anywhere else. Do I need to add a column indicating the month for each of the variances? Or is that step redundant since one of the BI tools would already separate the data by month based on the name of the file?
3) Similar to question 2), Other than in the column heading, the type of variance is not indicated anywhere. Do I need to add a column indicating the type of variance for each of my three variances before I can combine the data into one table? (i.e. have the data in tabular form)
4) Would it be easier to combine all the data into three different tables (i.e. one table per variance) and then bring all together into one table?
5) Once I figure out steps 1-4, how would I go about combining the data? (I found multiple tutorials online, but all of them assume that the data is hardcoded, and they are only trying to combine one column)
Thank you very much in advance!
ABF87
I have 12 excel 2010 workbooks with 6 tabs each that I need to combine into one table using either PowerQuery or PowerPivot. I could do it manually, but that would take a few hours and it's not really efficient, so I have been trying to figure out a way to do it using one of the BI tools (or VBA if that would be better). Here's an example of what a workpaper would look like:
- (1 wb) January 2010 workbook
- (6 tabs) Tabs A,B,C,D,E,F
- each tab has the following columns that I need to combine: 1) Price Variance, 2) Mix Variance, and 3) Volume variance
- The Tabs names are consistent across the 12 workpapers (i.e. tab A), and the variances are all located in the same columns (i.e. price variances are in column "C" in each of the six tabs for all 12 workpapers)
1) Each of those variances are formula-driven. Would I need to hardcode them before I do anything else in order to combine them?
2) Other than in the name of the workbook, the month is not listed anywhere else. Do I need to add a column indicating the month for each of the variances? Or is that step redundant since one of the BI tools would already separate the data by month based on the name of the file?
3) Similar to question 2), Other than in the column heading, the type of variance is not indicated anywhere. Do I need to add a column indicating the type of variance for each of my three variances before I can combine the data into one table? (i.e. have the data in tabular form)
4) Would it be easier to combine all the data into three different tables (i.e. one table per variance) and then bring all together into one table?
5) Once I figure out steps 1-4, how would I go about combining the data? (I found multiple tutorials online, but all of them assume that the data is hardcoded, and they are only trying to combine one column)
Thank you very much in advance!
ABF87