how to build DDE link with text from another cell

B

Bruneski

Using a DDE link in Excel is pretty simple. In my case, I use links like
=gol|cot!IBOV.ult
to recover data from a provider named GOL.
How can I obtain the same result when I need to build the link based on the
text content of a given cell? For example, assume cell A1 contains the text
IBOV. I know I can build the string
gol|cot!IBOV.ult
by using the formula
"gol|cot!"&A1&".ult"
But, when I try to use the INDIRECT function with this formula as argument,
it doesn't work! The result is a #REF.
How can I do it?
Thanks in advance.
 

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