kmcrae2024
New Member
- Joined
- Mar 20, 2024
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
I have a VLOOKUP that's working as expected.
The formula is =VLOOKUP($A10,[2024_TEST_File.xlsx]DATASHEET!$A:$CD,COLUMN(), FALSE)
I now have put this text into cell C10: [2024_TEXT_File_KEVIN.xlsx]DATASHEET!
I want to change the VLOOKUP formula to pull the filename from cell C10 instead of having it hardcoded in the formula.
I've tried several attempts with INDIRECT and concatenating the contents of the cell but just can't get it right.
Any help would be great. thanks
The formula is =VLOOKUP($A10,[2024_TEST_File.xlsx]DATASHEET!$A:$CD,COLUMN(), FALSE)
I now have put this text into cell C10: [2024_TEXT_File_KEVIN.xlsx]DATASHEET!
I want to change the VLOOKUP formula to pull the filename from cell C10 instead of having it hardcoded in the formula.
I've tried several attempts with INDIRECT and concatenating the contents of the cell but just can't get it right.
Any help would be great. thanks