Hi, I have a workbook with sheet1 where cell say A1 has the name of a sheet in the workbook. On say sheet4 I want a formula that can reference the sheet name on sheet1 and get the data from say cell B5.
That is the formula in plain English would be "Sheet1 A1 cell B5"
I have tried
=INDIRECT("'"&Sheet1A1&"'!B5",)
which will give the data at Sheet4 B5 however if I copy the formula to the next cell down so I can get the data in B6 it retains "B5".
Any suggestions?
Thanks
That is the formula in plain English would be "Sheet1 A1 cell B5"
I have tried
=INDIRECT("'"&Sheet1A1&"'!B5",)
which will give the data at Sheet4 B5 however if I copy the formula to the next cell down so I can get the data in B6 it retains "B5".
Any suggestions?
Thanks
Last edited: