Currently have
=IF(ISNUMBER(MATCH(A22, 'C:\MyDocs\[Test.xls]Sheet2'!$A$1:$A$5000,0)),'C:\MyDocs\[Test.xls]Sheet2'!A$1,"")
What I want to do is instead of using pathname above, create a path name in a cell then use indirect to refer to the path name but I'm struggling with it
Thanks
=IF(ISNUMBER(MATCH(A22, 'C:\MyDocs\[Test.xls]Sheet2'!$A$1:$A$5000,0)),'C:\MyDocs\[Test.xls]Sheet2'!A$1,"")
What I want to do is instead of using pathname above, create a path name in a cell then use indirect to refer to the path name but I'm struggling with it
Thanks