E
elrussell
Hi - this works just fine for one named sheet in the other workbook:
=INDEX([x.xls]BranfordBowen!$A$1:$C$7, MATCH("Discussio
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 i
modify this function to accept a referenced cell's content. Th
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 ha
the name of another worksheet "FredSmith", for example. The 'local
cell with the name is b121
I know I need to edit this to something such as "[x.xls]"&$B$121 ..
but I am missing something!
Thanks in advance
=INDEX([x.xls]BranfordBowen!$A$1:$C$7, MATCH("Discussio
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 i
modify this function to accept a referenced cell's content. Th
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 ha
the name of another worksheet "FredSmith", for example. The 'local
cell with the name is b121
I know I need to edit this to something such as "[x.xls]"&$B$121 ..
but I am missing something!
Thanks in advance