I am a bit stuck with a pretty basic problem.
I have multiple sheets in an Excel file and want to import all, but want to add the data from each sheet as a new column. Each sheet has the same first column.
Example:
Sheet: October
Sheet: November
Goal:
| Key | October | November |
| 1 | A | E |
| 2 | B | F |
| 3 | C | G |
| 4 | D | H |
I am looking for some scalable method because my workbook has 50-60 sheets.