+ Reply to Thread
Results 1 to 2 of 2

Search for bad email addresses

  1. #1
    Kevin
    Guest

    Search for bad email addresses

    I have a bunch of emails in column A. I need to identify all emails in
    column A that do not have an @ symbol or do not have ".com" ".net" ".edu" etc.

    How do I have column B list the bad email addresses and column C be the
    emails from column A minus the bad ones?

    Please advise.

    Thank you!

  2. #2
    Jason Morin
    Guest

    Re: Search for bad email addresses

    There are a LOT of domain name extensions, esp. when you
    consider all of the country extentions in the world. You
    might be OK with:

    =COUNTIF(A1,"*@*.*")>0

    Fill the formula down the col., then apply an AutoFilter
    and filter for TRUE.

    Or, if you really want to look for specific domain name
    extensions, give this a try:

    =SUMPRODUCT(--(ISNUMBER(SEARCH("*@*."&
    {"com","org","edu","biz","gov","us","net","info"},A1))))>0

    HTH
    Jason
    Atlanta, GA, USA




    >-----Original Message-----
    >I have a bunch of emails in column A. I need to

    identify all emails in
    >column A that do not have an @ symbol or do not

    have ".com" ".net" ".edu" etc.
    >
    >How do I have column B list the bad email addresses and

    column C be the
    >emails from column A minus the bad ones?
    >
    >Please advise.
    >
    >Thank you!
    >.
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1