How to substitute reference to worksheet name in a formula with value in another cell
Posted by Ferdinand on February 08, 2002 7:42 AM
Hi. Hopefully somebody can help me on this annoying problem I have:
My file has two sheets (sheet1 and sheet2)
In cell A1 on sheet1 I refer to a value in cell B2 on sheet2. The formula in A1 is therefore =sheet2!B2.
My question is, how can I substitute the reference to sheet2 with a value in a cell on sheet1, lets say cell A2?
In the given example I would have in cell A2 the value sheet2. I tried the following formulas for A1 to get the same result as above, but none of them work:
=A2!B2
=A2&!B2
=A2!B2
=A2!B2
etc.
Any help is greatly appreciated!