I have a need to always link to, say, A1 in another workbook no matter how that workbook is changed (column A deleted, row 1 inserted, column or row sorted, etc). I can use the following formula:
=INDIRECT("'C:\Users\user1\Documents\[test1.xlsx]Sheet1'!$A$1")
But this only works if test1.xlsx is open. If it is not open, what is displayed is "#REF!". Since some sheets may need to link to more than 10 workbooks, opening all the linked workbooks is a pain.
Anyway to absolutely link to another workbook without opening that workbook? Thanks.
=INDIRECT("'C:\Users\user1\Documents\[test1.xlsx]Sheet1'!$A$1")
But this only works if test1.xlsx is open. If it is not open, what is displayed is "#REF!". Since some sheets may need to link to more than 10 workbooks, opening all the linked workbooks is a pain.
Anyway to absolutely link to another workbook without opening that workbook? Thanks.