I have a Master Sheet that is doing a VLOOKUP and pulling information from another sheet that I plan to download daily. The downloaded sheet is something that I will save daily in the same location and save as "VLOOKUP(.....filenameMMDDYY.xlsx...)". Every day I plan to update the formulas so that it references the most current sheet and I'm looking for the best way to go about updating it. Ideally, since the name of the referencing sheet will be the current date, I'd like to have somewhere on my master sheet that I can update the date on and have the information flow through.
Please let me know if you need more clarification:
A1: =VLOOKUP(.....cell B1 from filenameMMDDYY.xlsx...)
A2: =VLOOKUP(.....cell B2 from filenameMMDDYY.xlsx...)
A3: =VLOOKUP(.....cell B3 from filenameMMDDYY.xlsx...)
......and so on for about 5 cells down
Master Sheet: MMDDYY = Cell D1 on master sheet
If there is a better easier way to do this I'd be open to ideas.
Please let me know if you need more clarification:
A1: =VLOOKUP(.....cell B1 from filenameMMDDYY.xlsx...)
A2: =VLOOKUP(.....cell B2 from filenameMMDDYY.xlsx...)
A3: =VLOOKUP(.....cell B3 from filenameMMDDYY.xlsx...)
......and so on for about 5 cells down
Master Sheet: MMDDYY = Cell D1 on master sheet
If there is a better easier way to do this I'd be open to ideas.