Hello,
I need to access names in an external workbook from the current one. Assuming both workbooks are open, can I do this?
For example:
The external workbook (Xbook) has the following Names defined:
Table1 - Cells D4:K12
RowID - Cell C6 (which contains a value of 4)
In the Current workbook there is a row of data (cells B2:B10) which corresponds to the 1st row in the external table. Soooo I would like to perform an HLOOKUP referring to the lookup value in the current table and the table array and row index number in the external table. The resulting lookup would be something like: HLOOKUP(B2, Xbook.Table1, Xbook.RowID, 0) Is this feasible by using Excel formulas only?
Thanks in advance
I need to access names in an external workbook from the current one. Assuming both workbooks are open, can I do this?
For example:
The external workbook (Xbook) has the following Names defined:
Table1 - Cells D4:K12
RowID - Cell C6 (which contains a value of 4)
In the Current workbook there is a row of data (cells B2:B10) which corresponds to the 1st row in the external table. Soooo I would like to perform an HLOOKUP referring to the lookup value in the current table and the table array and row index number in the external table. The resulting lookup would be something like: HLOOKUP(B2, Xbook.Table1, Xbook.RowID, 0) Is this feasible by using Excel formulas only?
Thanks in advance