#ref! error in vlookup between two workbooks

acramer

New Member
Joined
Sep 7, 2012
Messages
4
I have a vloopup calculation between two workbooks. The vlookup returns #ref! errors when the second workbook isn't open.

You can get the references to work by opening the main workbook, then opening the sub workbook, clicking save. Next time you open it you have to click don't update links otherwise the references will break again.

Any suggestions on how to either not prompt for the "update links" or keep the vlookup in tact if the users does click update links?
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
I have a vloopup calculation between two workbooks. The vlookup returns #ref! errors when the second workbook isn't open.

You can get the references to work by opening the main workbook, then opening the sub workbook, clicking save. Next time you open it you have to click don't update links otherwise the references will break again.

Any suggestions on how to either not prompt for the "update links" or keep the vlookup in tact if the users does click update links?

Imvoking a VLOOKUP formula involving a closed book should not be a problem. Are you perhaps using an INDIRECT call in the formula?
 
Upvote 0
Imvoking a VLOOKUP formula involving a closed book should not be a problem. Are you perhaps using an INDIRECT call in the formula?


We aren't using INDIRECT, we are however using CONCATENATE in the VLOOKUP does that act the same as the INDIRECT does?
 
Upvote 0
=VLOOKUP(CONCATENATE($A$3,$A16),'C:\Users\acramer.DOMINIUM\Desktop\New folder\`2013 Budget Data Input Sheet.xlsx'!Table3[[Lookup Value]:[Annualized Total]],2,FALSE)
 
Upvote 0
It's the table references that are the issue - they don't work with closed workbooks.
 
Upvote 0

Forum statistics

Threads
1,223,886
Messages
6,175,194
Members
452,616
Latest member
intern444

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top