Hello Community
I have a system report that is generated weekly; same tab names and same schema. I want to combine the same bit of data from one particular tab so that I can see every week's data in the output Excel.
Here's a very basic summary of the output I want. Each Week column represents a different Excel file, all of which have the same data set.
| | Week 1 | Week 2 | Week 3 |
| Data Set 1 | | | |
| Data Set 2 | | | |
| Data Set 3 | | | |
I've seen posts for combining multiple excel sheets from one file, or excel sheets with different schema, but nothing that's as simple (I think) as this.
Any help is very much appreciated!