Hello,
I'm trying to automate a process in Excel but I don't know the best approach to do this.
Use case: I need to create a summary report on a weekly basis. The information for this report is stored in multiple excel files. Those spreadsheets are being updated every week. The spreadsheets contain the same structure and design with multiple tabs. The only thing that changes from week to week is the information. So basically I want to extract only certain information which is deemed important for the summary report. The consolidated data for the summary report need to be saved in a separated file 'EDF.xlsx' AND within one worksheet.
Example
Week 1 >
Excel file 'ABC.xlsx': data range to be consolidated ( Worksheet1 A1:A4, B1:B6; Worksheet2 A1:A6, B1:B3, ....)
Excel file 'XYZ.xlsx': data range to be consolidated ( Worksheet1 A1: A3, B1:B4; Worksheet2 A1:A8, B1:B5, ....)
:
:
Week 2 >
Excel file 'ABC.xlsx': data range to be consolidated ( Worksheet1 A1:A5, B1:B4; Worksheet2 A1:A9, B1:B6, ....)
Excel file 'XYZ.xlsx': data range to be consolidated ( Worksheet1 A1: A6, B1:B8; Worksheet2 A1:A4, B1:B7, ....)
:
:
Summary report
Excel file 'EDF v1.xlsx': consolidated information from Week 1
Excel file 'EDF v2.xlsx': consolidated information from Week 2
Any idea how to do that? If it requires programming I would appreciate it if somebody can help me with that.
Thanks
Bookmarks