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
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
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
Or similarly,
![]()
Please Login or Register to view this content.
Entia non sunt multiplicanda sine necessitate
Wowwwwwwwwwwwww
You Guys are a Life Saver
Thanks Again
Hardeep Kanwar
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks