I'm currently working on a workbook which has a 52 worksheets, 1 for week of the year. I'm trying to make a worksheet that i can use as a quick-check for each of the worksheets. I'm wondering if there's a way of having just 1 worksheet pull data in from each of the other sheets ? or do i have to create one for every week individually ?
For example,
instead of individual sheets with a load of '=VLOOKUP(B3,'WEEK 12'!$A$4:$E$40,3,FALSE)' is there any i can have the formula use whichever worksheet name i have in say cell c1 ? like '=VLOOKUP(B3,'Cell C1'!$A$4:$E$40,3,FALSE)'
Sorry for being a bit long winded, and hope you understand what i mean.