Forum Discussion
ChristyM22
Jan 18, 2022Copper Contributor
XLOOKUP link to another workbook doesn't work if workbook closed
Hello, I have an XLOOKUP in one worksheet that is pulling data from a reference table in a separate workbook. The lookup works fine if the reference workbook is open, but if it is closed, I get a #...
KunwarAjeet
Sep 22, 2023Copper Contributor
ChristyM22 referencing returns error when table referencing is used, try referring cells instead, for example instead of table name "Weights[[Metric ]]" you may use the particular cell.
Hope That helps