Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Extracting duplicate data from two lists

Hi,
I have two lists, consisting of customer ids in the form
00-00-00 ( using custom format). The first list consists
of 15,000 ids and the second one contains 500 id's. I would
like to create a third column that would consist of id's that
are in both lists.
Any help would be greatly appreciated, nikf
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Extracting duplicate data from two lists

Next to either list put in the formula

=if(Countif(Sheet2!$A$1:$A$15000,A1)0,A1,"")

then drag fill down alongside list (in the example, the list of 500 ID's).

--
Regards,
Tom Ogilvy

"nikf" wrote in message
om...
Hi,
I have two lists, consisting of customer ids in the form
00-00-00 ( using custom format). The first list consists
of 15,000 ids and the second one contains 500 id's. I would
like to create a third column that would consist of id's that
are in both lists.
Any help would be greatly appreciated, nikf



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
Extracting data for address lists firestorm1954 Excel Worksheet Functions 3 April 30th 08 09:10 AM
subtracting (extracting non-duplicate items)HELP!! rtek Excel Worksheet Functions 2 May 16th 06 01:24 PM
Extracting the Duplicate Records Santhosh Excel Discussion (Misc queries) 1 April 25th 06 02:16 PM
Comparing two lists and extracting data from one to another Clement Excel Worksheet Functions 2 January 12th 06 06:38 PM
comparing lists of data to remove duplicate data Tom Excel Discussion (Misc queries) 2 October 13th 05 06:16 PM


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