I have a workbook that includes, among other things, anywhere from 1 to 13 worksheets, each pertaining to a given week in a calendar quarter.
The first week in the quarter, I create a sheet named WK1. During that week, I enter data for that week.
The second week, I create sheet WK2 and enter its data. The third week I do the same for WK3, and so on through WK13. For various reasons, I do not want to create all the sheets ahead of time.
I’m looking for a way to collect data from each week’s sheet in one summary sheet in my workbook. As I envision it now, that summary sheet will contain references to WKn sheets that do not yet exist. I can see that my summary sheet might, in that case, be a nightmare that contains a bunch of cells that produce errors.
Is there some way for Excel to detect whether a sheet exists before it fills a cell on the summary sheet?