TesseractE
New Member
- Joined
- Nov 30, 2011
- Messages
- 38
I have a workbook that scrapes month-to-date information from individual daily sheets. I obviously can't use INDIRECT with VLOOKUP to make each day's link different, so I have to hard code them all. Other than having to have each one reflect a separate day, these are very basic VLOOKUPs I'm working with.
It works perfectly fine during the month, but when I try to make a new sheet at the beginning of a new month, I have to make 31 'dummy' files or when I do a text replacement of swapping 'July' for 'August' I'll have to stop and update the link twice a cell... for 31 rows... and 9 columns... on each of about 9 sheets.
Yeah. That sucked the first time.
So I was wondering if there's a way to make the sheet not care if the linked file is missing just long enough for me to do a find/replace at the beginning of a month. Perhaps you folks might even come up with a better way to accomplish this.
It works perfectly fine during the month, but when I try to make a new sheet at the beginning of a new month, I have to make 31 'dummy' files or when I do a text replacement of swapping 'July' for 'August' I'll have to stop and update the link twice a cell... for 31 rows... and 9 columns... on each of about 9 sheets.
Yeah. That sucked the first time.
So I was wondering if there's a way to make the sheet not care if the linked file is missing just long enough for me to do a find/replace at the beginning of a month. Perhaps you folks might even come up with a better way to accomplish this.