Formula is pulling data from deleted file ? [or #REF error not showing up]

szakharov7723

Board Regular
Joined
Jun 22, 2018
Messages
85
Office Version
  1. 2019
Platform
  1. Windows
So yeah I used basic cell reference to other workbook, then I deleted this workbook, but numbers stayed ?
When I try renter this formula, all it asks me is to find file path, once I cancel it just take numbers from deleted file.
I was expecting it to give an Error..
 

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).
Yes that is how Excel behaves

Excel remembers values for all references already in the workbook even after the other workbook has been deleted
eg if this was already in the workbook it returns the original value
='C:\TestArea\[DeletedFile.xlsx]Sheet1'!$A$1

and the value is also returned if the same formula is placed in a different cell

Excel cannot find a new reference in the deleted workbook
- a NEW reference returns an error
='C:\TestArea\[DeletedFile.xlsx]Sheet1'!$A$2
and this returns an error
='C:\TestArea\[DeletedFile.xlsx]Sheet2'!$A$1

How do I make Excel forget?
- delete the reference
- save the workbook
- close the workbook
- reopen
 
Upvote 0

Forum statistics

Threads
1,214,970
Messages
6,122,514
Members
449,088
Latest member
RandomExceller01

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