Hello Everyone,
I am trying to write Index Indirect Match function which will match the data from the closed workbook. But its not working if I close the workbook. The formula is;
=INDEX(INDIRECT(“‘”&”[File Name]”&D1&”‘!”&”$C:$C”),MATCH(F1&G1,INDIRECT(“‘”&”[File Name]”&D1&”‘!”&”$A:$A”)&INDIRECT(“‘”&”[File Name]”&D1&”‘!”&”$B:$B”),0))
It will match the data of F1 & G1 from columns A & B of the source file (D1 as Sheet Name) and display the matched value from column C of the source file. This function is absolutely working fine if I keep the Source file open but not if it’s closed. Hope I am able to explain clearly.
Is there any other option to resolve this issue. Thanks in Advance.
Best Regards,
Abhishek