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
SolutionJan 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?
Feb 27 2023 03:17 AM
@TimEnt006 I have the same issue. I am having better solutions with INDEX, but still not live. I need to have manually written the whole address to the workbook tab, and then I can by formula select a cell. But it would be more workable if I could also make as formula the filename, address, and workbook too.
Jan 12 2023 01:03 AM
Solution