Here's the issue.
Each day I create a spreadsheet we use for our build plan. While creating this build plan I VLookup back to the previous day's build plan spreadsheet to pull statuses. This forces me to run the Vlookup function each time I create the spreadsheet.
I have a template worksheet that I paste the data from SAP into. What I would like to do is be able to enter into a cell the date of the previous build plan (saved in the same location each time) and have the vlookup auto update to look in that excell file.
All my files are named Build Plan mmddyyyy.xlsx
In theory the Vlookup would look like:
=VLOOKUP(A1,'[Build Plan Variable.xlsx]Build Plan'!$A:$O,13,FALSE)
Where Variable = a cell which I would type in the previous date mmddyyyy which can be text.
I have seen where I can nest a variable in the Vlookup such as
=VLOOKUP(C9,Variable,13,FALSE)
Where Variable should = '[Build Plan mmddyyyy.xlsx]Build Plan'!$A:$O
I used the naming function = a cell which contains the text above of which all I have to change is the mmddyyyy portion.
But it doesn't work.
So I guess the bottom line question is this:
With files named: Build Plan mmddyyyy
Using a static Template where I paste information into.
How can I create a process where, in a separate cell, I can enter the date of the file I want to reference (mmddyyyy) and auto update and populate a vlookup to the file desired?
Thanks
Each day I create a spreadsheet we use for our build plan. While creating this build plan I VLookup back to the previous day's build plan spreadsheet to pull statuses. This forces me to run the Vlookup function each time I create the spreadsheet.
I have a template worksheet that I paste the data from SAP into. What I would like to do is be able to enter into a cell the date of the previous build plan (saved in the same location each time) and have the vlookup auto update to look in that excell file.
All my files are named Build Plan mmddyyyy.xlsx
In theory the Vlookup would look like:
=VLOOKUP(A1,'[Build Plan Variable.xlsx]Build Plan'!$A:$O,13,FALSE)
Where Variable = a cell which I would type in the previous date mmddyyyy which can be text.
I have seen where I can nest a variable in the Vlookup such as
=VLOOKUP(C9,Variable,13,FALSE)
Where Variable should = '[Build Plan mmddyyyy.xlsx]Build Plan'!$A:$O
I used the naming function = a cell which contains the text above of which all I have to change is the mmddyyyy portion.
But it doesn't work.
So I guess the bottom line question is this:
With files named: Build Plan mmddyyyy
Using a static Template where I paste information into.
How can I create a process where, in a separate cell, I can enter the date of the file I want to reference (mmddyyyy) and auto update and populate a vlookup to the file desired?
Thanks