#REF error when referring to a closed workbook

gers1978

Board Regular
Joined
Sep 9, 2014
Messages
74
I have a workbook with a sheet that makes use of INDEX and MATCH to look up values in another workbook.

Problem is I always get #REF errors when I open it. I assume this is because the external workbook the formulas refer to is closed, cos when I open said workbook, it works fine.

I tried using VLOOKUP instead, same problem.

Is there any way at all round this?

I'm using Excel 2010.

Also posted here: http://www.ozgrid.com/forum/showthread.php?t=199563&p=769811#post769811

Many thanks.
 
Last edited:

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
what are your cell formulas, both type that fail
 
Upvote 0
what are your cell formulas, both type that fail

Code:
=INDEX('C:\Users\Me\<name>Desktop\Tracker.xlsx'!SummaryPMO[#All],MATCH($A4,'C:\Users\Me\<name>Desktop\Tracker.xlsx'!SummaryPMO[[#All],[Column1]:[Column1]],0),MATCH(B$3,'C:\Users<name>\Me\Desktop\Tracker.xlsx'!SummaryPMO[#Headers],0))

and

Code:
=VLOOKUP($A4,'C:\Users\Me\<name>Desktop\Tracker.xlsx'!SummaryPMO[#All],2,FALSE)

"SummaryPMO" is the name of a table in Tracker.xlsx</name></name></name></name>
 
Last edited:
Upvote 0
Upvote 0
I think your problem is using Table referencing.
 
Upvote 0
Don't use it, or open the source. :)
 
Upvote 0

Forum statistics

Threads
1,215,046
Messages
6,122,855
Members
449,096
Latest member
Erald

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