Forum Discussion
Sgriff2022
May 16, 2022Copper Contributor
combine reference to workbook and cell
I'm trying to create a formula that references an external workbook location in row A to retrieve information to create a master summary reference workbook. Using the table below as an example, I wa...
SergeiBaklan
May 16, 2022Diamond Contributor
You may use INDIRECT(), but with that all referenced workbooks shall be opened.
- Sgriff2022May 16, 2022Copper Contributor
Thanks for the reply Sergei. I tried that, but get a #REF! error. My formula is =INDIRECT('[B1]Sheet'!C5)
I also tried a concat formula, but that one just displays the text.- SergeiBaklanMay 16, 2022Diamond Contributor