INDIRECT.EXT help needed

G

Guest

I am currently using the INDIRECT.EXT function as follows:

=INDIRECT.EXT("'K:\Insurance Quotes\Quote Sheets\2005\[Quotes2005_"& $D12
&".xls]TDS'!$M$6")

However, I NEED to replace the file path (K:\Insurance Quotes\Quote
Sheets\2005\) in this formula. I have concatenated this in a cell and would
like to use the cell reference as the path.

I just don't know how to! Please help.
 
B

Bob Phillips

Presumably this woyld work

=INDIRECT.EXT(A1& $D12&".xls]TDS'!$M$6")


--
HTH

Bob Phillips

SU said:
I am currently using the INDIRECT.EXT function as follows:

=INDIRECT.EXT("'K:\Insurance Quotes\Quote Sheets\2005\[Quotes2005_"& $D12
&".xls]TDS'!$M$6")

However, I NEED to replace the file path (K:\Insurance Quotes\Quote
Sheets\2005\) in this formula. I have concatenated this in a cell and would
like to use the cell reference as the path.

I just don't know how to! Please help.
 
G

Guest

It works! Cheers Bob.

Bob Phillips said:
Presumably this woyld work

=INDIRECT.EXT(A1& $D12&".xls]TDS'!$M$6")


--
HTH

Bob Phillips

SU said:
I am currently using the INDIRECT.EXT function as follows:

=INDIRECT.EXT("'K:\Insurance Quotes\Quote Sheets\2005\[Quotes2005_"& $D12
&".xls]TDS'!$M$6")

However, I NEED to replace the file path (K:\Insurance Quotes\Quote
Sheets\2005\) in this formula. I have concatenated this in a cell and would
like to use the cell reference as the path.

I just don't know how to! Please help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top