excelhelp9876
New Member
- Joined
- Aug 31, 2022
- Messages
- 1
- Office Version
- 2010
- Platform
- MacOS
Hi, this is the vlookup I currently have (that works)
VLOOKUP(F2,'\\documents\August\[File Name 30.08.22.xlsm]Sheet 1'!$F:$Z,21,0)
The issue is that everyday I have to reset the formula with the prior working day so that it's pulling through the latest comments. I'm trying to create a static formula that will automatically lookup to the prior days sheet.
How do I get the File name to be yesterday's date. I've got - =WORKDAY(TODAY(),-1) but I can't get this into the vlookup without it erroring.
Any help is really appreciated!
VLOOKUP(F2,'\\documents\August\[File Name 30.08.22.xlsm]Sheet 1'!$F:$Z,21,0)
The issue is that everyday I have to reset the formula with the prior working day so that it's pulling through the latest comments. I'm trying to create a static formula that will automatically lookup to the prior days sheet.
How do I get the File name to be yesterday's date. I've got - =WORKDAY(TODAY(),-1) but I can't get this into the vlookup without it erroring.
Any help is really appreciated!