Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 142
Default MS Excel 2000 - Compare two lists of data.

I have two different files, both use the same unique identifiers. How can I
ascertain which records are missing from the smaller file.

For example:

File A, has 28,225 different records.
File B, has 14,205 different records.

Which records from File A, are missing from File B?

Thank you, Jerry
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,276
Default MS Excel 2000 - Compare two lists of data.

Hi,
if you apply a vlookup then everything that shows as #N/A means that are
missing from the other list

Let' say your File A is in sheet1 and File B in sheet2 starting in cell A2,
in B2 sheet1 enter

=VLOOKUP(A2,Sheet2!A1:A25000,1,FALSE)



"Jerry" wrote:

I have two different files, both use the same unique identifiers. How can I
ascertain which records are missing from the smaller file.

For example:

File A, has 28,225 different records.
File B, has 14,205 different records.

Which records from File A, are missing from File B?

Thank you, Jerry

  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 142
Default MS Excel 2000 - Compare two lists of data.

Eduardo, than you for your quick reply. I would have responded sooner I have
been having a hard time trying to make your solution work, and was
unsuccessful -all, came back "#N/A". I must be doing something wrong. Could
you please elaborate, I am not an Excel power user.

Thanks.

"Eduardo" wrote:

Hi,
if you apply a vlookup then everything that shows as #N/A means that are
missing from the other list

Let' say your File A is in sheet1 and File B in sheet2 starting in cell A2,
in B2 sheet1 enter

=VLOOKUP(A2,Sheet2!A1:A25000,1,FALSE)



"Jerry" wrote:

I have two different files, both use the same unique identifiers. How can I
ascertain which records are missing from the smaller file.

For example:

File A, has 28,225 different records.
File B, has 14,205 different records.

Which records from File A, are missing from File B?

Thank you, Jerry

  #4   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default MS Excel 2000 - Compare two lists of data.

.. and was unsuccessful -a lot of false "True" ..
You're probably hit by data inconsistency, either text nums vs real nums
issue and/or extraneous white spaces for textstring matches. It's quite
common. Paste some representative sample data for both the lookup values and
the reference col values where there are apparent matches which are not being
returned correctly.
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:27,000 Files:200 Subscribers:70
xdemechanik
---
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 to compare multiple lists of data in excel DREAM MERCHANT Excel Discussion (Misc queries) 1 May 1st 06 01:09 PM
Compare two lists of data to find new entries Bugaglugs Excel Discussion (Misc queries) 1 November 21st 05 06:53 PM
compare data in two lists to find matching entries Chris(new user) Excel Discussion (Misc queries) 1 March 19th 05 10:36 PM
compare data in two lists to find matching entries Chris(new user) Excel Discussion (Misc queries) 1 March 19th 05 09:49 PM
compare data in two lists to find matching entries Chris(new user) Excel Discussion (Misc queries) 0 March 19th 05 08:49 PM


All times are GMT +1. The time now is 06:40 AM.

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

About Us

"It's about Microsoft Excel"