Hi all
In column b i need a formula which usues whatever is in column a, as the sheet reference. Hereis what i have so far.
In cell a1, i have the cell reference i want to look at.
I need to adapt it so that it takes the sheet name from column a, but i give the cell reference as part of the formula - opposed to having the formula look at a cell where the cell reference is.
Thanks
In column b i need a formula which usues whatever is in column a, as the sheet reference. Hereis what i have so far.
=INDIRECT("'" & $A13 & "'!" & a1)
In cell a1, i have the cell reference i want to look at.
I need to adapt it so that it takes the sheet name from column a, but i give the cell reference as part of the formula - opposed to having the formula look at a cell where the cell reference is.
Thanks