Forum Discussion

YR26_7's avatar
YR26_7
Copper Contributor
Feb 19, 2024

Is it possible to use a cell value for a workbook reference?

Been churning through a project for work and I’m missing one piece.   If I have a workbook name 010203 and i link it, it displays as: ’[010203.xlsx]Sheet1’!$A$1   If I have another workbook and ...
  • HansVogelaar's avatar
    Feb 19, 2024

    YR26_7 

    You can use INDIRECT, but please note that it will only work if the workbook referred to is open in Excel too.

     

    =INDIRECT("'[" & B1 & ".xlsx]Sheet1'!A1")

Resources