C
cheri
Sorry, I can't help you but perhaps you can help me. How
do you convert your strings to formula?
TEXT(A1,"yymmdd") & ".xls]Summary'!$E$5")
TEXT(A1,"yymmdd") & ".xls]Summary'!$E$5")
do you convert your strings to formula?
\LOGS\Energy_Received_Delivered\LogsAug2004\[LogBook" &-----Original Message-----
I am using the following formula without any luck.
=INDIRECT("'\\dfs01\shares\0535
TEXT(A1,"yymmdd") & ".xls]Summary'!$E$5")
\LOGS\Energy_Received_Delivered\LogsAug2004\[LogBook" &where A1 is a date. formatted as dd/mm/yyyy Using the formula I get a #REF
error.
In checking my formula concatenating the string the same as in the indirect
expression
=concatenate("'\\dfs01\shares\0535
TEXT(A1,"yymmdd") & ".xls]Summary'!$E$5")