I have an problem which I thought I could solve by using the answer from this Link thread . I have tried to recreate the same thing but to no avail.
Here is my problem.
I have an Excel doc that has say 46 sheets on it. All of the sheets are identical apart from the sheet name . The sheet names are sheet 1 to sheet 46.In each of the sheets I want to create a formula for cell A3 that I will be able to link a cell (G3) from another workbook that has the same worksheet names Sheet 1 to Sheet 46.
So in workbook 1 cell A3 in sheet names sheet 1 to Sheet 46 I want it to be the same as what is in work book 2 Cell G3 sheet names sheet 1 to sheet 46 in that workbook.
Once I have the formula I will then look to drag the formula on Workbook 1 in cell A3 to all cells A3:B17 that will represent the cells G3 to H17 in workbook 2.
I have looked to use the INDIRECT formula
So cell A3 in workbook 1 would have this formula
=INDIRECT(WORKBOOK2(cellWithName&”!G3”))
This does not seem to work.
What I am doing now is using this formula in Workbook1 cell A3
='[workbook 1.xlsx]sheet1 '!G3 This works but then I have to go on to each sheet on workbook 1 to then drag the formula manually across each and every sheet of the 46 sheets that are there.
I was hoping there would be a quick way of doing this by opening all sheets and then putting the indirect formula in.
Any help would be great.
Here is my problem.
I have an Excel doc that has say 46 sheets on it. All of the sheets are identical apart from the sheet name . The sheet names are sheet 1 to sheet 46.In each of the sheets I want to create a formula for cell A3 that I will be able to link a cell (G3) from another workbook that has the same worksheet names Sheet 1 to Sheet 46.
So in workbook 1 cell A3 in sheet names sheet 1 to Sheet 46 I want it to be the same as what is in work book 2 Cell G3 sheet names sheet 1 to sheet 46 in that workbook.
Once I have the formula I will then look to drag the formula on Workbook 1 in cell A3 to all cells A3:B17 that will represent the cells G3 to H17 in workbook 2.
I have looked to use the INDIRECT formula
So cell A3 in workbook 1 would have this formula
=INDIRECT(WORKBOOK2(cellWithName&”!G3”))
This does not seem to work.
What I am doing now is using this formula in Workbook1 cell A3
='[workbook 1.xlsx]sheet1 '!G3 This works but then I have to go on to each sheet on workbook 1 to then drag the formula manually across each and every sheet of the 46 sheets that are there.
I was hoping there would be a quick way of doing this by opening all sheets and then putting the indirect formula in.
Any help would be great.