Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
jrrbama
 
Posts: n/a
Default 20,000 records, 30 columns, look-up formula's I need speed!!!!!

I have a workbook with approx. 20,000 records with 25-30 columns of data. I
utilize vertical lookup tables. The system is way too slow for me. I have a
pretty fast processor in an IBM thinkpad with 1 gig of physical memory.
Surely there is some fix....
  #2   Report Post  
Posted to microsoft.public.excel.misc
dlw
 
Posts: n/a
Default 20,000 records, 30 columns, look-up formula's I need speed!!!!!

use a real database program

"jrrbama" wrote:

I have a workbook with approx. 20,000 records with 25-30 columns of data. I
utilize vertical lookup tables. The system is way too slow for me. I have a
pretty fast processor in an IBM thinkpad with 1 gig of physical memory.
Surely there is some fix....

  #3   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default 20,000 records, 30 columns, look-up formula's I need speed!!!!!

Maybe you can use one "lookup" and lots of =index().

If you're always matching on column A, you can insert one column (say column Z)
that returns the matching row:

=match(a2,sheet2!a:a,0)

Then instead of =vlookup()'s you can use:

=if(iserror(z2),"",index(sheet2!b:b,z2))

Change the B:B to the column you want to return.




jrrbama wrote:

I have a workbook with approx. 20,000 records with 25-30 columns of data. I
utilize vertical lookup tables. The system is way too slow for me. I have a
pretty fast processor in an IBM thinkpad with 1 gig of physical memory.
Surely there is some fix....


--

Dave Peterson
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
formulas for changing formulas? creativeops Excel Discussion (Misc queries) 4 January 26th 06 03:07 AM
Countif formulas change after doing a sort Bob Smith Excel Worksheet Functions 3 January 3rd 06 11:17 PM
Moving columns with VLOOKUP formulas Brad Excel Worksheet Functions 3 January 12th 05 03:12 AM
Formulas Against Columns Gary Excel Discussion (Misc queries) 3 December 20th 04 07:13 PM
formulas against columns not cells Gary Excel Worksheet Functions 1 December 20th 04 06:04 PM


All times are GMT +1. The time now is 12:50 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"