+ Reply to Thread
Results 1 to 4 of 4

VLookup Formula for Email Domains

  1. #1
    Registered User
    Join Date
    07-23-2005
    Posts
    23

    VLookup Formula for Email Domains

    Hi,

    Does anyone have a vlookup formula or any formula that will help me identify domain names at the end of email addresses?

    Example: If one worksheet has multiple emails like "[email protected] , [email protected] , [email protected], etc", what formula can i use to extract or lookup the matching email domains on another worksheet?


    Thanks!

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: VLookup Formula for Email Domains

    You can use this formula to extract domain names from email address

    =REPLACE(A1,1,SEARCH("@",A1),"")

    A
    B
    1
    [email protected] time.com
    2
    [email protected] xerox.com


    and then do lookup

    =VLOOKUP("*"&B1,$C$1:$C$2,1,0)

    Last edited by AlKey; 06-10-2014 at 01:37 PM.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Registered User
    Join Date
    07-23-2005
    Posts
    23

    Re: VLookup Formula for Email Domains

    Thanks! It's a perfect solution!

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: VLookup Formula for Email Domains

    You're welcome and thank you for the feedback!

    Please mark thread as "Solved" if your issue has been resolved. (Selecting Thread Tools-> Mark thread as Solved).

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 5
    Last Post: 03-21-2014, 08:44 AM
  2. How do you automatically delete email domains in an Excel column?
    By sjeff in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 10-20-2013, 08:38 PM
  3. Sorting Domains in an Excel Sheet
    By Major123456 in forum Excel General
    Replies: 1
    Last Post: 04-14-2013, 08:11 AM
  4. [SOLVED] I want to filter out domains that don't end in .com, .org or .net
    By charlielivingston in forum Excel General
    Replies: 3
    Last Post: 03-19-2013, 04:26 PM
  5. Hyperlinking an entire column of domains
    By anjanesh in forum Excel General
    Replies: 4
    Last Post: 03-11-2006, 09:02 AM

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