Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Tennessee
 
Posts: n/a
Default Formula to compare two lists and separate non-recurring items?

Does anyone know how to set up a formula to compare two lists of mostly
similar entries and have Excel move or copy any non-repeating entries to a
new column [so that I can see them more easily]?
  #2   Report Post  
bpeltzer
 
Posts: n/a
Default Formula to compare two lists and separate non-recurring items?

Use the match function to determine if a particular entry is in a different
list. Ex: =isna(match(a2,Sheet2!a:a,false)) will return TRUE if the
contents of a2 do NOT appear in the list in column A of Sheet2. Autofill
that formula through column B, and do the same thing in the list on Sheet2,
referencing Sheet1. The turn on your autofilters and show only the TRUEs;
copy the remaining rows to wherever for further review.

"Tennessee" wrote:

Does anyone know how to set up a formula to compare two lists of mostly
similar entries and have Excel move or copy any non-repeating entries to a
new column [so that I can see them more easily]?

  #3   Report Post  
Tennessee
 
Posts: n/a
Default Formula to compare two lists and separate non-recurring items?

Thanks for your response!

I will clarify my situation:

The two lists that I'm trying to compare are an audit of e-mail addresses. I
have sorted them alphabetically. The problem is - if an address appears in
column A but not B, then I need to take one action on it. However, if an
address appears on column B but not A, then I need to take a different action
it it. (No action is required if an address appears in both columns.)

Do you know if Excel can do something like that?


"bpeltzer" wrote:

Use the match function to determine if a particular entry is in a different
list. Ex: =isna(match(a2,Sheet2!a:a,false)) will return TRUE if the
contents of a2 do NOT appear in the list in column A of Sheet2. Autofill
that formula through column B, and do the same thing in the list on Sheet2,
referencing Sheet1. The turn on your autofilters and show only the TRUEs;
copy the remaining rows to wherever for further review.

"Tennessee" wrote:

Does anyone know how to set up a formula to compare two lists of mostly
similar entries and have Excel move or copy any non-repeating entries to a
new column [so that I can see them more easily]?

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 the lists in two columns & separate odd one ? Nikhil Excel Discussion (Misc queries) 2 June 13th 05 02:41 PM


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