I've team wise reports in .xlsx files that look like following. The files names are like team1.xlsx, team2.xlsx ... teamN.xslx
Date | Report ------------- 2-Oct | Stuff 1 3-Oct | Stuff 2
Now I want to collate all the info into another Excel file that looks like
Date | Team 1 | Team N -------------------------- 2-Oct | Stuff 1 | Stuff N1 3-Oct | Stuff 2 | Stuff N2
Is this possible and if so how?
TIA