P
Philip
Hi,
I have this INDIRECT>EXT function to retrieve ONE value from one cell on
another workbook:
=INDIRECT.EXT(CONCATENATE("'T:\Excel\ABM Amro
Expenses\Expenses\TCF\20040816\[ExportXXXX.xls]Export'!",ADDRESS(I13+7,I14,TRUE)),TRUE)
Now the name and location of the source book is generated like this:
Root = T:\Excel\ABM Amro Expenses\Expenses\TCF\
Date = 20040816
Filename = "Export" AND Fundname (XXXX) AND ".xls"
The source worksheet will ALWAYS be "Export"
When I have tha path and filename hardcoded like that it works fine, but I
need it to be derived, as the date folder will change every day, and I have
to enter this formula for 100 different funds to retrieve data using formula
every business day.
I have tried everything I can think of to concatenate the root with a
derived formatted string from the date then the workbook name and the sheet,
but no luck.
Can anyone help me or show me where I am going wrong?
thanks
Philip
I have this INDIRECT>EXT function to retrieve ONE value from one cell on
another workbook:
=INDIRECT.EXT(CONCATENATE("'T:\Excel\ABM Amro
Expenses\Expenses\TCF\20040816\[ExportXXXX.xls]Export'!",ADDRESS(I13+7,I14,TRUE)),TRUE)
Now the name and location of the source book is generated like this:
Root = T:\Excel\ABM Amro Expenses\Expenses\TCF\
Date = 20040816
Filename = "Export" AND Fundname (XXXX) AND ".xls"
The source worksheet will ALWAYS be "Export"
When I have tha path and filename hardcoded like that it works fine, but I
need it to be derived, as the date folder will change every day, and I have
to enter this formula for 100 different funds to retrieve data using formula
every business day.
I have tried everything I can think of to concatenate the root with a
derived formatted string from the date then the workbook name and the sheet,
but no luck.
Can anyone help me or show me where I am going wrong?
thanks
Philip