Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Net data from a comparison of 2 lists

I need to compare a master list with a smaller list and remove the matches
from the master so that I am left with a single list that reflects only the
data that is not in the smaller list.

For example:

Master
a
b
c
d

Sublist
a
d

Net list After comparison
b
c

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,718
Default Net data from a comparison of 2 lists

Assuming Master list in column A, and Sublist in column B
Create a helper column C

C2 =COUNTIF($B$2:$B$3,A2)
Adjust your range to suit
Copy down as far as needed
AutoFilter all the 1, then select the visible range, EditDelete



"Clubber" wrote:

I need to compare a master list with a smaller list and remove the matches
from the master so that I am left with a single list that reflects only the
data that is not in the smaller list.

For example:

Master
a
b
c
d

Sublist
a
d

Net list After comparison
b
c

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Net data from a comparison of 2 lists

Thanks, perfect!

"Teethless mama" wrote:

Assuming Master list in column A, and Sublist in column B
Create a helper column C

C2 =COUNTIF($B$2:$B$3,A2)
Adjust your range to suit
Copy down as far as needed
AutoFilter all the 1, then select the visible range, EditDelete



"Clubber" wrote:

I need to compare a master list with a smaller list and remove the matches
from the master so that I am left with a single list that reflects only the
data that is not in the smaller list.

For example:

Master
a
b
c
d

Sublist
a
d

Net list After comparison
b
c

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
Inconsistent Sorting Saxman Excel Discussion (Misc queries) 17 October 23rd 06 11:17 AM
ranking query JaimeTimbrell Excel Discussion (Misc queries) 2 February 16th 06 08:09 AM
Inserting a new line when external data changes Rental Man Excel Discussion (Misc queries) 0 January 11th 06 07:05 PM
Printing data validation scenarios SJC Excel Worksheet Functions 14 July 24th 05 12:43 AM
Sort pages? David Excel Discussion (Misc queries) 15 May 13th 05 11:33 PM


All times are GMT +1. The time now is 03:49 PM.

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"