I am trying to utilize paramemeters in the Indirect() function to look up values in another Excel file which is located every month in another folder reflecting that month, eg "\2011\May2011\". The file name is the same, the path differs from month-to-month. The problem is, when I have assembled the string properly using a serios of Indirect() functions, the value that I need to be picked up from that other Excel file is not retrieved.
So I have in a cell:
= "=' " & INDIRECT("$AC$5") & INDIRECT("$AC$4") & INDIRECT("$AC$6")
that produces the string I need:
='J:\IPB_Finance\GHQ Supplementary Data\2011\May2011\[GPB HMUS Insur.xls]GPB HMUS INSUR'!$Q$7
but I need the numeric value referenced by that string! And that's what I would like you to please comment on.
Thank you all.
So I have in a cell:
= "=' " & INDIRECT("$AC$5") & INDIRECT("$AC$4") & INDIRECT("$AC$6")
that produces the string I need:
='J:\IPB_Finance\GHQ Supplementary Data\2011\May2011\[GPB HMUS Insur.xls]GPB HMUS INSUR'!$Q$7
but I need the numeric value referenced by that string! And that's what I would like you to please comment on.
Thank you all.