Ok, now that I shocked you with an indiscriptive title but still have your attention, let me see if I can describe that better:
In one cell I have a reference to an external workbook, e.g. B1: \\server\path\filename.xls. In another cell (eg. B3) I would like to use that info add the sheet name and the row/column reference to it. Alternatively, the sheet name could be in a separate cell (e.g. B2).
In effect it is like what I can do in one step ('\\server\path\[filename.xls]Data'!X25) in two or three steps. This allows me to separate out the file I'm referring to, the sheet and the cell, so that when I need to change the file name, but sheet and cell reference stay the same, I would still end up with the right value.
<TABLE cellSpacing=0 cellPadding=0 border=1 noshade>
In one cell I have a reference to an external workbook, e.g. B1: \\server\path\filename.xls. In another cell (eg. B3) I would like to use that info add the sheet name and the row/column reference to it. Alternatively, the sheet name could be in a separate cell (e.g. B2).
In effect it is like what I can do in one step ('\\server\path\[filename.xls]Data'!X25) in two or three steps. This allows me to separate out the file I'm referring to, the sheet and the cell, so that when I need to change the file name, but sheet and cell reference stay the same, I would still end up with the right value.
<TABLE cellSpacing=0 cellPadding=0 border=1 noshade>
<TBODY><TR><TD></TD><TD>A</TD><TD>B</TD></TR>
</TABLE>
<TR><TD>1 </TD><TD>file name</TD><TD>\\server\path\filename.xls</TD></TR>
<TR><TD>2</TD><TD>sheet</TD><TD>Data</TD></TR>
<TR><TD>3 </TD><TD>Info from other file's 'Data' sheet in X25
</TD><TD>how do I assemble the cell formula here?</TD></TR>