+ Reply to Thread
Results 1 to 5 of 5

Extract email addresses from mixed data into new column - help please!

  1. #1
    Registered User
    Join Date
    06-27-2013
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    3

    Extract email addresses from mixed data into new column - help please!

    Hey there

    This is my first ever post - and I have search this site extensively for the answer but none seem to fit correctly to me needs.

    I need to extract all email addresses from a column of cells which contain mixed data. The data is not in any set order, and emails are not marked in any way other than having an "@" sign in the middle. All terms are separated by a space at least, be usually with a space-slash-space (" / "). I will try and illustrate below. I'd like the emails listed in a column to the side of my mixed data column please. I'm not great with VBA but have been ok with formulas. The obvious way seems to be to extract any terms with an @ sign in them. Help please. A big thank you in advance

    [email protected] / mobile tel / text
    cell number / [email protected]
    landline tel / cell tel / [email protected]

  2. #2
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211

    Re: Extract email addresses from mixed data into new column - help please!

    Try this:

    =TRIM(MID(SUBSTITUTE(" "&A1," ",REPT(" ",99)),FIND("@",SUBSTITUTE(" "&A1," ",REPT(" ",99)))-20,99))

  3. #3
    Registered User
    Join Date
    06-27-2013
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Extract email addresses from mixed data into new column - help please!

    The example text above is all in the one column, and the emails never have hyperlinks - Cheers

  4. #4
    Registered User
    Join Date
    06-27-2013
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Extract email addresses from mixed data into new column - help please!

    Hey Mama - thank you so much!

    Perfect. Works really well and has saved me hours of work. Thanks for such a positive and rapid response to my first ever post

    Mama really does know best

    Thanks again

  5. #5
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211

    Re: Extract email addresses from mixed data into new column - help please!

    You're Welcome!

+ 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. need to extract email addresses from excel files
    By dunndealpr in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-07-2013, 06:03 AM
  2. [SOLVED] Extract Email Addresses
    By amicman in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-06-2013, 04:33 PM
  3. Extract email addresses from hyperlinks
    By artsy in forum Excel General
    Replies: 1
    Last Post: 11-10-2011, 09:37 AM
  4. Extract Email Addresses From Excel
    By blacksunseven in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-18-2007, 05:48 AM
  5. How to extract email addresses to new column
    By Inquirer in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-06-2006, 04:30 PM

Tags for this Thread

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