View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Deeds Deeds is offline
external usenet poster
 
Posts: 113
Default Vlookup Cell Contents Filename

I am trying to create a formula that looks to another cell with a file name
in and return the result. Example:
=vlookup(A1,+Sheet1!B6,4,false)

Where Sheet1!B6 contains the file path:
C:\Folder1\[Testme.xls]TestSheet'!$A1:$A400

End result: I want to create a monthly report that references another sheet
with the monthly file names where each month a user could simply go in and
enter the new filename for that month and the link would automatically update
the value in the report based on the filename that was entered. Any ideas?
Thanks in advance!