tingatinga
New Member
- Joined
- Feb 13, 2014
- Messages
- 1
I am trying to use vlookup for a different workbook, but the file name of the workbook changes daily (it's updated everyday). The format of the file's name is consistent, and only changes according to the date, so today's file name would be "file_02132014.xls"
So far what I have that works is the following:
But I have 100+ rows of this, and want to be able to make minimal inputs to get the correct, updated file. Basically, the I need the bolded number in the formula above to either update to the correct date using a function or link to a cell I can manually update.
Let me know if what I said needs clarification. Thanks in advance!
So far what I have that works is the following:
=VLOOKUP(B5,'\\URL\URL\URL\[file_02132014.xls]Sheet1'!$A$1:$U$956, 3, FALSE)
But I have 100+ rows of this, and want to be able to make minimal inputs to get the correct, updated file. Basically, the I need the bolded number in the formula above to either update to the correct date using a function or link to a cell I can manually update.
Let me know if what I said needs clarification. Thanks in advance!