Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default vlookup retaining data?

I've taken over work on several spreasheets and am trying to figure out why
the vlookup in one seems to retain data even after the spreadsheet it is
calling has been deleted.

In my cell I have:
VLOOKUP(A4, 'C:\Spreadsheets\[Test2.xls] MainSheet'!$A$1:$B$204, 3, False)

So from Test1.xls my vlookup is calling Test2.xls, but I've deleted Test2
and Test1 still gets populated. How could this be possible? Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default vlookup retaining data?

Do you get the message about updating external links when you open the file?
When you reference an external range in a formula Excel creates a link
stores the value (as of the last time it checked/calculated) as well as the
formula. This is, obviously, because it would slow your worksheet down
considerably if it had to always keep checking the other file for the value.
The link value stays until you refresh the link, at which time it checks the
file and grabs the current value. If you update your link, either by
responding "Yes" when it asks as you open the file, or if you do it manually
through the Edit... Links... menu, or through a recalculation, Excel will at
that time try to find the deleted file, fail to find it, and give the #REF!
error message.

"SABmore" wrote in message
...
I've taken over work on several spreasheets and am trying to figure out

why
the vlookup in one seems to retain data even after the spreadsheet it is
calling has been deleted.

In my cell I have:
VLOOKUP(A4, 'C:\Spreadsheets\[Test2.xls] MainSheet'!$A$1:$B$204, 3, False)

So from Test1.xls my vlookup is calling Test2.xls, but I've deleted Test2
and Test1 still gets populated. How could this be possible? Thanks.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
clearing data but retaining formulas pm Excel Discussion (Misc queries) 10 January 26th 08 01:37 AM
Retaining Data when a condition changes phocused Excel Worksheet Functions 0 January 2nd 07 02:57 PM
retaining cell data once entered hoyt New Users to Excel 1 June 28th 06 06:10 PM
Retaining data permanently from periodic changing data in workshe. Exel User Excel Worksheet Functions 1 March 6th 06 02:22 AM
Retaining Daily Data Automatically JB2010 Excel Discussion (Misc queries) 0 November 1st 05 05:28 PM


All times are GMT +1. The time now is 05:10 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"