AndrewMB
Board Regular
- Joined
- Feb 3, 2008
- Messages
- 75
Good evening everyone,
I have a list of filenames in column A. The list is long. In another column I want a generic formula I can drag down that will return a value from the same cell in each of those files.
Currently, they are written manually like this;
=('P:\FORD BUSINESS UNIT\Quality\FORD SPC\SPC Analysis\eSPC\[SPC5260-02 cav2 Small Spig Seal Dia Lowest 201217.xlsx]Master'!$Y$3)
The filename in column A in this example would be; SPC5260-02 cav2 Small Spig Seal Dia Lowest 201217.
Is there a way of referencing the filename from column A? Ideally from the sheet but vba if needs be.
I have a list of filenames in column A. The list is long. In another column I want a generic formula I can drag down that will return a value from the same cell in each of those files.
Currently, they are written manually like this;
=('P:\FORD BUSINESS UNIT\Quality\FORD SPC\SPC Analysis\eSPC\[SPC5260-02 cav2 Small Spig Seal Dia Lowest 201217.xlsx]Master'!$Y$3)
The filename in column A in this example would be; SPC5260-02 cav2 Small Spig Seal Dia Lowest 201217.
Is there a way of referencing the filename from column A? Ideally from the sheet but vba if needs be.