• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Define Name: Reference name range from another workbook

inddon

Member
Hello There,

I have 2 workbooks, master and detail.

In the detail, I created a define named range giving reference to the master workbook.
Also, in the detail workbook, I created a Vlookup referencing the cell value to the above named range of master workbook.

I am getting an error. I have attached the sample workbooks for your reference.

Could you please help how the reference could work?

Thanks & regards,
Don
 

Attachments

  • Master.xlsx
    9.4 KB · Views: 1
  • Detail.xlsx
    10.3 KB · Views: 1
You've got the RangeMasterOne range defined as a SUM, rather than just the range of cells. In Details workbook, RangeMasterOne should be defined as:
=Master.xlsx!Table1[[Words]:[Description]]

and then the VLOOKUP will work.
 
Back
Top