I want to upload 242 Excel files into Stata and merge them in one dta file. [File names 001, 002, 003, 004, . . . . . . . . 241, 242]
All files are on the same data format, I mean same number of columns and the same variable names
My all excel files have two sheets named “Sheet” and “Results”.
I want to load the data from “Results” sheet
My data first row is variable names
Kindly provide me the Stata code to combine/merge them into one .dta file.
The path of my excel files is “D:\Research Pro\DataFile\Data_Companies\Data_Modified”
Thanks and Regards,
All files are on the same data format, I mean same number of columns and the same variable names
My all excel files have two sheets named “Sheet” and “Results”.
I want to load the data from “Results” sheet
My data first row is variable names
Kindly provide me the Stata code to combine/merge them into one .dta file.
The path of my excel files is “D:\Research Pro\DataFile\Data_Companies\Data_Modified”
Thanks and Regards,
Comment