Jan 12 2023 12:24 AM
I'm wanting to link to cells to a different workbook where the workbook name and worksheet name are designated by cell values.
i.e. =A1 in workbook "Tango" and work sheet "Alfa"
So this works =[Tango.xlsx]Alfa!A1 fine,
but I'm wanting to reference the workbook Tango (in cell B3) and the workbook Alfa (in cell B5)
I was thinking it would look something like this =[B3]B5!A1 but I can't get it to work.
any suggestions?
Obviously once I get the principle working my formulas will get more complicated but I need to get this referencing right first.
Jan 12 2023 12:38 AM - edited Jan 12 2023 12:42 AM
Jan 12 2023 01:03 AM
Jan 12 2023 04:57 AM
@Harun24HR as I am now using the INDIRECT function this only works when the source workbook is open. Is there anyway to get this working without having the source open?