Hello:
I have about 50 files in a certain folder where I would like to pull 4 values from each spreadsheet and assemble in a new "master" spreadsheet.
Unfortunately, each file is not entirely the same layout structure, so I cannot simply pull all values from the files that are in discrete cells like "pull values from A2, D4, E13 and F21". However, each file does have a column label of the field I want, which has the value I need to pull located 5 columns to the right of the label. (For example, File 1 has the label in D5, so I want to pull the value from D10. File 2 has the label in D4, so I want to pull the value from D9, etc.). This is the case with all 4 metrics.
I am a real newbie with VBA/macros and would appreciate it if someone can help with a macro for Excel that can basically run through all Excel files in the folder and pull the values I need into a spreadsheet that summarizes the data into the attached format/layout.
I'd be so grateful for the help!
Thanks in advance!
EBox
I have about 50 files in a certain folder where I would like to pull 4 values from each spreadsheet and assemble in a new "master" spreadsheet.
Unfortunately, each file is not entirely the same layout structure, so I cannot simply pull all values from the files that are in discrete cells like "pull values from A2, D4, E13 and F21". However, each file does have a column label of the field I want, which has the value I need to pull located 5 columns to the right of the label. (For example, File 1 has the label in D5, so I want to pull the value from D10. File 2 has the label in D4, so I want to pull the value from D9, etc.). This is the case with all 4 metrics.
I am a real newbie with VBA/macros and would appreciate it if someone can help with a macro for Excel that can basically run through all Excel files in the folder and pull the values I need into a spreadsheet that summarizes the data into the attached format/layout.
I'd be so grateful for the help!
Thanks in advance!
EBox