SHUTTEHFACE
Board Regular
- Joined
- Aug 13, 2014
- Messages
- 53
Hi all,
I'm trying to use a named range in another workbook inside my index match formula. Because the location of the file will change based on who is accessing it, I have a cell using the CELL("filename") formula to determine the path of the file.This gives me:
I'm then using CONCATENATE to get the proper reference nomenclature for excel:
contains a bunch of dynamic named ranges I'd like to use inside my INDEX MATCH Formulas. First off, is this possible? Second, how would I do this?
Cheers,
STF
I'm trying to use a named range in another workbook inside my index match formula. Because the location of the file will change based on who is accessing it, I have a cell using the CELL("filename") formula to determine the path of the file.This gives me:
Code:
C:\Users\SHUTTEHFACE\Dropbox\ABC\ABCdocs\123\[filename.xlsx]Data
Code:
'C:\Users\SHUTTEHFACE\Dropbox \ABC\ABCdocs\123\[filename.xlsx]Data'!
Code:
[filename.xlsx]Data'!
Cheers,
STF