Here's another way.
Open Excel.
Click Data > New Query > From File > From Folder.
Browse to and select the folder that has the Excel files you want to work with. Once the folder is listed in the Folder Path text input box, click OK.
Click Transform Data.
Here, you can filter the information in the columns to restrict the files to only the ones you want to work with.
Click the Combine Files button at the top right of the Content column.
Select the first table listed and click OK.
Click on the query "Transform Sample File from Folder," to open it for editing. This is where all the transformations that would be done to every file are worked out.
Select the Navigation applied step then Transform > Detect Data Type.
This detection of data types step is needed between the Navigation step, which brought in the first table you'll use, and the next step, which will bring in the second table. Without a step between these two steps, working with the graphical user interface, the second table would just replace the first in the Navigation Step. I'm not sure why, but it does.
To make sure you understand what you see below, my tables were named Table1 and Table2 in all of the spreadsheets. In the first spreadsheet, each table had entries using the following convention:
T(for table) # C(for column) # R(for row) #
So for Spreadsheet1, Table1, Column1:
T1C1R1
T1C1R2
...
Select the Navigation applied step again, and then copy what is in the formula bar.
Click the fx to the left of the formula bar and paste what you just copied over what appears in the formula bar. In other words, replace what appears with what you just copied. Then replace the table name listed after Item= with the second table's name and press enter.
Now you can perform merges with the two tables: the one initially brought in, at the Navigation step, and the one brought in later (in my example the Applied Step where the second table was brought in is called Custom1). I would use the instances of each where I changed type...so Change Type for the first table and Change Type1 for the second.
So now, to append Table1 and Table2:
Click on the Changed Type1 Applied Step, then Home > Append Queries, and select Transform Sample File from Folder (Current) from the dropdown, then click OK.
Then, in the formula bar, change the first #"Changed Type1" to #"Changed Type" and press enter.
Now go back to the original query. Mine was called folder. You'll see all of your spreadsheet's with their appended tables have been appended to each other.
Just so you understand what you're seeing in the completely appended listing above, for the other spreadsheets, I added a file number. I used the convention:
F(for file) # T(for table) # C(for column) # R(for row) #
So for Spreadsheet2, Table1, Column1:
F2T1C1R1
F2T1C1R2
...