I have over a hundred files in excel that in general have the same format of : Screenshot of format
they are all different lengths too!
I want to combine the data of all the different excels sheet into this format:
So far my thinking is:
- create a new column in every excel sheet that is titled Day
- combine day column and Steps column in some kind of join that combines the title of the two columns to say day{1}steps and have the data of where they intersect be the data that goes in that row
Is this the right thought process on how to do that? Any tips on how to get to my end result?