Using text value in cell as input for another

A

Alan

Me again ... while I am here ...

My spread sheet contains a first column with unique values and the remainded
of the colums are referenced in another spreadsheet of data ...

Is there a way to use the text in cells A1 ... A200 as the input parameters
to reference another named workbook of the same name ..

I know I will have to enter the path of these other sheets, but their name
is still the same

MAny thanks again

Alan
 
D

Dave Peterson

It kind of sounds like you'd want to use =indirect(). But if the workbook is
closed, then =indirect() won't work.

Harlan Grove wrote a UDF that allows you to retrieve values from a closed
workbook when you build that string that points at the
drive/folder/filename/sheetname/range address.

http://www.google.com/[email protected]
 

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