#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Remove bad addresses

I have a workbook with two spreadsheets: the first is a list of email
addresses. The second is a list of email addresses that are bad.

I need to remove any addresses from the first list that also appear in the
second - i.e., I need to remove all bad email addresses from the first list.

I've seen other posts about this but haven't been able to figure out the
coding thing. Just want a very simple way to do this. Is there such a
thing?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Remove bad addresses

ALso, I should note that I am using an older version of Excel. 2003.



"bejewell" wrote:

I have a workbook with two spreadsheets: the first is a list of email
addresses. The second is a list of email addresses that are bad.

I need to remove any addresses from the first list that also appear in the
second - i.e., I need to remove all bad email addresses from the first list.

I've seen other posts about this but haven't been able to figure out the
coding thing. Just want a very simple way to do this. Is there such a
thing?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Remove bad addresses

Assume your email addresses are in column A of both sheets, and that
the second sheet is named "Bad" - put this in B1 of the first sheet:

=IF(ISNA(MATCH(A1,Bad!A:A,0)),"","bad")

then copy this down. It will give you the word "bad" against any
addresses which appear in the Bad sheet. Apply autofilter to this
column, selecting "bad" from the filter pull-down. Then highlight the
visible data and click on Edit | Delete Row. Then select All from the
filter pull-down, and then delete column B.

Hope this helps.

Pete

On Aug 26, 7:50*pm, bejewell
wrote:
ALso, I should note that I am using an older version of Excel. 2003.



"bejewell" wrote:
I have a workbook with two spreadsheets: *the first is a list of email
addresses. *The second is a list of email addresses that are bad.


I need to remove any addresses from the first list that also appear in the
second - i.e., I need to remove all bad email addresses from the first list.


I've seen other posts about this but haven't been able to figure out the
coding thing. *Just want a very simple way to do this. *Is there such a
thing?- Hide quoted text -


- Show quoted text -


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
remove convert/extract the number from'12345.56; ie remove ' sign WAN Excel Worksheet Functions 2 January 10th 08 12:38 PM
How do I remove hyperlink if 'remove' option is disabled Vipul New Users to Excel 1 January 8th 08 02:34 PM
Addresses Oggy Excel Discussion (Misc queries) 1 April 7th 07 02:02 PM
Email Addresses TomD Excel Discussion (Misc queries) 1 March 29th 07 08:56 PM
Help with Addresses kimbiak21 New Users to Excel 8 April 13th 06 10:54 PM


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