Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Removing duplicates - Excel 2007

I have two email lists - one is a subset of the other. I would like to remove
all of the email addresses from the longer list that appear in the shorter
list, leaving only the unique email addresses. I've tried using the "Remove
Duplicates" function, but it keeps telling me there are no duplicates. I'm
not sure what to try next.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 793
Default Removing duplicates - Excel 2007

One way is to paste the longer list below the shorter list, select the column
having the combined list and then 'remove duplicates'.. the entries left
below the short list will contain the longer list minus those which are on
the short list...

So if you have A, B, C in the short list and E,G,A,T,U,B in the long list
put E,G,A,T,U,B below A, B, C...
You will be left with A, B, C, E,G,T,U. Pick the values after A, B, C...

"LMK@work" wrote:

I have two email lists - one is a subset of the other. I would like to remove
all of the email addresses from the longer list that appear in the shorter
list, leaving only the unique email addresses. I've tried using the "Remove
Duplicates" function, but it keeps telling me there are no duplicates. I'm
not sure what to try next.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 143
Default Removing duplicates - Excel 2007

this easy to do with a way nobody know any more. it take couple steps-

1. you give name "database" to the long list you want names removed ffrom.
include the headings in the named range and all colmns.
2. do same for same list but use name "criteria".
3. put this code in vb module and run it with the sheet with data active-

Sub DataDelete()
ExecuteExcel4Macro "data.delete()"
End Sub

i try this and it still work in excel 07

"LMK@work" wrote in message
...
|I have two email lists - one is a subset of the other. I would like to
remove
| all of the email addresses from the longer list that appear in the shorter
| list, leaving only the unique email addresses. I've tried using the
"Remove
| Duplicates" function, but it keeps telling me there are no duplicates. I'm
| not sure what to try next.

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
Excel 7.0 - removing duplicates wonderbug Excel Worksheet Functions 5 January 30th 10 04:12 AM
Removing Duplicates Help Scott Excel Discussion (Misc queries) 6 May 5th 09 03:58 AM
Removing duplicates Tdp Excel Discussion (Misc queries) 6 November 27th 08 12:33 AM
Removing Duplicates sat Excel Discussion (Misc queries) 5 June 18th 05 11:18 PM
Removing Duplicates sat Excel Worksheet Functions 1 June 18th 05 11:18 PM


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