I'm using excel 2016 and I've created an INDIRECT formula to combine different cell values into a link but I'm getting #REF!
The cell I'm trying to link to is in another workbook on a network drive and I'm using the UNC folder name. I've compared it to a normal link to the same cell and evaluated my formula and they look identical.
The non-dynamic link (which works!), is this....
='\\admin\user group\aob\[excel file.xlsx]Summary'!A1
The dynamic link (which doens't work) looks like this....
=INDIRECT("'"&$B$8&$B$12&"'!"&Cell_ref!A1)
where $B$8 (the file) is: \admin\user group\aob[excel file.xlsx] and $B$12 is: Summary and Cell_ref!A1 is: $A$1
The value returned is #REF! but it should be the value from the cell being referenced.
Any help gratefully received!