Hi,
I have around 400 workbooks are named "1.xlsx, 2.xlsx....400.xlsx" in same folder, because they have merged cells I can't do VLOOKUP, so I need to pick this data manually by
so, I need to file name be changed to match serial number of that cell, example
S/N
the problem here that i have 8 more fields from each workbook, and when I tried this I have to manually confirm the file location for each field.
any ideas?
I have around 400 workbooks are named "1.xlsx, 2.xlsx....400.xlsx" in same folder, because they have merged cells I can't do VLOOKUP, so I need to pick this data manually by
Excel Formula:
='C:\Users\Documents\2023\Data\RawData-Mar\[1.xlsx]Sheet1'!$C$4
so, I need to file name be changed to match serial number of that cell, example
S/N
A | B |
S/N | Customer name |
1 |
Excel Formula:
|
2 |
Excel Formula:
|
3 |
Excel Formula:
|
4 |
Excel Formula:
|
the problem here that i have 8 more fields from each workbook, and when I tried this I have to manually confirm the file location for each field.
any ideas?