+ Reply to Thread
Results 1 to 2 of 2

pull email address only from cell

  1. #1
    Registered User
    Join Date
    01-06-2014
    Location
    jax fl
    MS-Off Ver
    Excel 2003
    Posts
    1

    pull email address only from cell

    how do i pull only the email address from a cell that is like this:
    [email protected],anna,stone,,,,,,,,,,,2011-10-20 17:31:08

  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: pull email address only from cell

    Hi RGREGCREWS and welcome to the forum

    If email address is always in the beginning and is separated by comma from the rest of the string, you can use formula below.

    Assuming string is in A1

    =TRIM(LEFT(SUBSTITUTE(A1,",",REPT(" ",255)),255))

    A
    B
    1
    [email protected],anna,stone,,,,,,,,,,,2011-10-20 17:31:08 [email protected]
    2
    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

+ 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. Macro to PDF a sheet in workbook and email (outlook) to an email address in a cell
    By paul_sykes00 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 12-17-2012, 12:54 AM
  2. Replies: 1
    Last Post: 03-08-2012, 01:57 PM
  3. Email range from all worksheet with email address in cell
    By kevinarp in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-20-2012, 05:03 PM
  4. [SOLVED] I want to pull out companies without an email address?
    By Pudlicious in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-15-2005, 01:06 PM

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