+ Reply to Thread
Results 1 to 4 of 4

Invalid Email Id

  1. #1
    Forum Contributor
    Join Date
    11-24-2008
    Location
    Delhi
    Posts
    104

    Invalid Email Id

    Hi Experts

    I have 21000 Email Id, some have in Wrong Format, How do know the Invalid Email Id

    Any Help will be Most Appricate


    http://www.mrexcel.com/forum/showthr...42#post2093042


    Thanks in Advance

    Hardeep Kanwar

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Invalid Email Id

    download and activate more func add in from
    http://download.cnet.com/Morefunc/30...-10423159.html
    then try
    with list in col a
    =REGEX.COMP(a1,"^([0-9a-zA-Z]+[-._+&])*[0-9a-zA-Z]+@([-0-9a-zA-Z]+[.])+[a-zA-Z]{2,6}$",1)
    you could probably use the regular expression
    "^([0-9a-zA-Z]+[-._+&])*[0-9a-zA-Z]+@([-0-9a-zA-Z]+[.])+[a-zA-Z]{2,6}$"
    in place of the one given in the vba code given in your other post at mrexcel
    this will unfortunately give
    bojalasrikanth@live.como
    as valid beacause there are a few about like .mobi and .name which are valid
    Last edited by martindwilson; 10-18-2009 at 01:11 PM.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Invalid Email Id

    Or similarly,
    Please Login or Register  to view this content.
    Entia non sunt multiplicanda sine necessitate

  4. #4
    Forum Contributor
    Join Date
    11-24-2008
    Location
    Delhi
    Posts
    104

    Re: Invalid Email Id

    Wowwwwwwwwwwwww

    You Guys are a Life Saver

    Thanks Again


    Hardeep Kanwar

+ 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