Given a list of workbook's filenames, write a formula to reference a specific cell value in the specified workbook.
A----------B-------C-----D--------------------------------E----------
workbook1  sheet1  A1    '[workbook1.xlsx]sheet1'!$A$1    =(????
workbook2  sheet1  A1    '[workbook2.xlsx]sheet1'!$A$1
workbook3  sheet1  A1    '[workbook3.xlsx]sheet1'!$A$1
Given A,B and C, I can create D but I find no way to use it in a formula in E.
I am not able to reference the above string in D in a formula. Also INDIRECT does not work.