#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 709
Default Spreadsheet Update

I have a spreadsheet with over 60K rows that I need to update with an
additional column of data. Unfortunately it would be too much work to repull
the data and get it formatted appropriately. I was planning to use vlookup
to complete the update but so far has been very time consuming. Does anyone
have a better option not requiring VBA?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 80
Default Spreadsheet Update

Assuming the table with the new column has a matching (key) field in
the original table, why would vlookup take too long? You can create
the vlookup formula in the first row, then double click the lower
right corner of that cell to copy straight down through the entire
table?
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 709
Default Spreadsheet Update

It keeps timing out so I've been forced to go approx 3000 rows at a time. Is
there another way to do it?

"HKaplan" wrote:

Assuming the table with the new column has a matching (key) field in
the original table, why would vlookup take too long? You can create
the vlookup formula in the first row, then double click the lower
right corner of that cell to copy straight down through the entire
table?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 80
Default Spreadsheet Update

I would place the new column table in the same workbook (in a separate
sheet) as the original table, in case you haven't done that. Rather
than a vlookup into a separate workbook (in case you are using
separate workbooks).

If you are already running from the same workbook, then are you using
the false or true vlookup switch? In my experience if I use the false
switch (=vlookup(somedata,mytable,3,false) to find an exact match, it
runs faster with large tables.

Maybe try sorting the original and vlookup tables first. Maybe that
will help.

You might also want to try the merge in Access, using SQL statements,
if all else fails.
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
Automatic update of spreadsheet & automatic update between workboo Losva Excel Worksheet Functions 6 September 12th 08 03:22 PM
Automatically update spreadsheet from another spreadsheet Cindy Excel Worksheet Functions 3 January 9th 08 06:05 PM
Can I 'auto update' my spreadsheet ? Rich Excel Worksheet Functions 5 January 4th 07 02:41 PM
How do I add "headings" in spreadsheet to update in a TOC? JZ Setting up and Configuration of Excel 0 August 30th 05 09:21 AM
Update a spreadsheet with new information. a6kim Excel Discussion (Misc queries) 1 May 2nd 05 11:56 AM


All times are GMT +1. The time now is 12:48 PM.

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"