Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 391
Default MATCH() or VLOOKUP() across mutliple 65K sheets possible?

2003

Imported a large file into 3 Excel w/s. The w/s are identical in format.

Is there a way to perform a VLOOKUP() or MATCH() across three 65K sheets?

ANY other ideas?

TIA EagleOne
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default MATCH() or VLOOKUP() across mutliple 65K sheets possible?

You can't really do it and even if you could you would grind the system to a
halt trying. A database will work much better for you in this case. XL 2007
will handle that much data but once again you really would be better off with
a database.
--
HTH...

Jim Thomlinson


" wrote:

2003

Imported a large file into 3 Excel w/s. The w/s are identical in format.

Is there a way to perform a VLOOKUP() or MATCH() across three 65K sheets?

ANY other ideas?

TIA EagleOne

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 391
Default MATCH() or VLOOKUP() across mutliple 65K sheets possible?

Thanks for the reply.

Does Access have a analogous function or workaround?

As Access databases are not in memory, I assume that "the function" would be in the form of a query?
What concerns me is the that I would have to run that query 200,000 times at which time I'll grind
to a halt. What am missing? It is OK to hit me with a 2x4.

Jim Thomlinson wrote:

You can't really do it and even if you could you would grind the system to a
halt trying. A database will work much better for you in this case. XL 2007
will handle that much data but once again you really would be better off with
a database.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default MATCH() or VLOOKUP() across mutliple 65K sheets possible?

Here's a generic approach across 3 Excel sheets:

=IF(ISNA(match_1),IF(ISNA(match_2),IF(ISNA(match_3 ),"no
match",match_3),match_2),match_1)

where match_1 will look something like MATCH(A1,Sheet1!A:A,0), and
match_2 will be MATCH(A1,Sheet2!A:A,0) and so on, so these relate to
the different sheets. You could use VLOOKUP instead, so vlookup_1
would look like VLOOKUP(A1,Sheet1!A:B,2,0). You will get the message
"no match" if none of the records in the 3 sheets match with A1.

Hope this helps.

Pete

On Jul 25, 12:13*am, wrote:
Thanks for the reply.

Does Access have a analogous function or workaround? *

As Access databases are not in memory, I assume that "the function" would be in the form of a query?
What concerns me is the that I would have to run that query 200,000 times at which time I'll grind
to a halt. *What am missing? *It is OK to hit me with a 2x4.



Jim Thomlinson wrote:
You can't really do it and even if you could you would grind the system to a
halt trying. A database will work much better for you in this case. XL 2007
will handle that much data but once again you really would be better off with
a database.- Hide quoted text -


- Show quoted text -


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default MATCH() or VLOOKUP() across mutliple 65K sheets possible?

In Access you would just use a join of two tables or you could use a query to
return a recordset of matching records. Depends what you are up to. In the
grander scheme of thing vlookup or match are intended to relate records
together. Databases are relational in nature and are optomised to relate
records together. XL are essentially flat files. You will not grind Access to
a halt with 200k records. You could have millions of records with out to much
difficulty...
--
HTH...

Jim Thomlinson


" wrote:
Thanks for the reply.

Does Access have a analogous function or workaround?

As Access databases are not in memory, I assume that "the function" would be in the form of a query?
What concerns me is the that I would have to run that query 200,000 times at which time I'll grind
to a halt. What am missing? It is OK to hit me with a 2x4.

Jim Thomlinson wrote:

You can't really do it and even if you could you would grind the system to a
halt trying. A database will work much better for you in this case. XL 2007
will handle that much data but once again you really would be better off with
a database.


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
How can I match these sheets? Sara Excel Discussion (Misc queries) 6 January 14th 08 11:45 PM
to pull from multiple sheets-index,match,vlookup,if,and,or??? ladygr Excel Worksheet Functions 10 November 22nd 07 11:55 AM
index Match, or Vlookup Match.. news.transedge.com Excel Worksheet Functions 1 August 3rd 07 03:00 AM
Vlookup? to match column in two sheets researcy Excel Discussion (Misc queries) 2 February 27th 06 06:58 PM
Auto filling cells across mutliple sheets Alec H Excel Discussion (Misc queries) 5 February 6th 06 03:39 PM


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