help with format inserting referenced value

Joined
Jan 30, 2006
Messages
1
Reaction score
0
Hi - this works just fine for one named sheet in the other workbook:

=INDEX([x.xls]BranfordBowen!$A$1:$C$7, MATCH("Discussion Questions",[x.xls]BranfordBowen!$A$1:$A$7,), MATCH("(EDTC/560-
MABJ01IJF3)",[x.xls]BranfordBowen!$A$1:$C$1,))

I have one workbook reading another workbook. What I need to do is modify this function to accept a referenced cell's content. The function is currently hand-coded to read a sheet named "BranfordBowen" (for example) but I need it to accept the contents of a cell that has the name of another worksheet "FredSmith", for example.

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

Back
Top