Is there a way to reference a cell value for the worksheet number in the formula below? My worksheets are named 1-10 with worksheet '1' being used in the example. With the formula in cell B2 I would like it to reference the value (1-10) of cell A1 for the worksheet name.
Formula = MATCH(P3,'1'!$AP$4:$AP$2500,0)
Ex:
A1 = 1 ; Formula = MATCH(P3,'1'!$AP$4:$AP$2500,0)
A1 = 2 ; Formula = MATCH(P3,'2'!$AP$4:$AP$2500,0)
A1 = 3 ; Formula = MATCH(P3,'3'!$AP$4:$AP$2500,0)
I have tried using Text() and NumberValue() within the apostrophes, but neither accomplished what I am after.
Any help would be greatly appreciated!
J.
Bookmarks