Hello
Using the following formula
=IF(E35="","",VLOOKUP(E35,'S:\PB\[2014-04-01-InternalCatalog.xlsx]Catalog'!$A$2:$H$1000,2,FALSE))
Works but is very inflexible
I would like to change the date leader in the external sheet filename to a cell value something along the lines of this
=IF(E35="","",VLOOKUP(E35,'S:\PB\[$A$1-InternalCatalog.xlsx]Catalog'!$A$2:$H$1000,2,FALSE))
but no amount of tweaking seems to get it to work.
Any suggestions to get this to work would be awesome.
Bookmarks