Hi there,
I have a folder called students and each excel file contains information of one student. Sth like this
Alice.xlsx tab 'Sheet1'
Height 160
Weight 100
Bob.xlsx tab 'Sheet1'
Height 170
Weight 110
Charlie.xlsx tab 'Sheet1'
Height 180
Weight 120
I would like to combine these excel files into one, see below:
Height 160 Alice
Weight 100 Alice
Height 170 Bob
Weight 110 Bob
Height 180 Charlie
Height 120 Charlie
Does anyone have a macro template that handles this?
Thanks,
Yiling