Forum Discussion
Best way to combine 400 small tables in Excel?
Jigyasa Are you using the From Folder connector? If you have the 27 sheets in one Folder, and the 15 tables have the same names in each of them, then you would need 1 query for each group of tables. That is 15!
So, for example each query will connect to all tables called "Table1" in all 27 workbooks, creating one large Table1. Do that for all 15 tables. And then you can append the 15 large tables into one.
- JigyasaDec 21, 2022Copper ContributorI have 27 sheets in the same workbook and I'm not quite sure what you mean by the same name as Excel doesn't allow me to have two tables with the same name. As for columns, they are mostly similar but have one difference of each client's names which I need to extract.
- Riny_van_EekelenDec 21, 2022Platinum Contributor
JigyasaI thought you had 27 workbooks, each with 15 tables in it. So, you have one workbook, with 27 sheets in it, each having 15 tables on it?
And my I presume that the tables are structured Excel tables.
If so, then connect to the workbook. Select the workbook name in the Navigator and press transform.
In the next screen you can, for example, filter all rows where the Kind is Table and then expand the Data column.
If all of this does not make sense, explain how you are currently connecting to all the tables. Include screenshots like the ones above, showing the steps you take.
- JigyasaDec 21, 2022Copper ContributorThis is essentially what I've done just that I've gone the long route and added it table by table but I'm not sure if it can refresh any faster