i want to use vlookup to find infomation in a spreadsheet that will change name daily according to the date. Is there a way to have the table array change with the value of a cell?
here is my vlookup:
As you can see, the date is in the name of the file. I need to be able to change that date easily since there are going to be 28 similar vlookup functions. I've tried indirect, but get a ref error.
here is my vlookup:
Code:
=VLOOKUP("Volume",'C:\DailySales\CD2767\[CD2767_06-01-2009.xls]Sheet1'!F1:H50,2,TRUE)
As you can see, the date is in the name of the file. I need to be able to change that date easily since there are going to be 28 similar vlookup functions. I've tried indirect, but get a ref error.