+ Reply to Thread
Results 1 to 7 of 7

Extracting the emails

  1. #1
    Forum Contributor
    Join Date
    07-17-2012
    Location
    bangalore
    MS-Off Ver
    Excel 2007
    Posts
    461

    Extracting the emails

    Hi All,

    I have extracted few emails from my outlook. Now I want to extract only emails from the body of the column. Is there any formula or function to do so. Kindly check the attachment.
    Attached Files Attached Files

  2. #2
    Forum Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: Extracting the emails

    =MID(A2,FIND(":",A2)+10,(FIND("Technical",A2)-12)-FIND(":",A2)-2)
    If you are http://www.excelforum.com/image.php?type=sigpic&userid=125481&dateline=1392355029happy with the results, please add to the contributor's
    reputation by clicking the reputation icon (star icon).




    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved.
    To undo, select Thread Tools-> Mark thread as Unsolved.
    http://www.excelaris.co.uk

  3. #3
    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: Extracting the emails

    Or this

    =LEFT(TRIM(REPLACE(A2,1,FIND(":",A2),"")),FIND("T",TRIM(REPLACE(A2,1,FIND(":",A2),"")))-5)
    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

  4. #4
    Forum Contributor
    Join Date
    07-17-2012
    Location
    bangalore
    MS-Off Ver
    Excel 2007
    Posts
    461

    Re: Extracting the emails

    In most of the cases. The above formulas is not returning the email. Please check the attachment
    Attached Files Attached Files

  5. #5
    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: Extracting the emails

    This is why it is important to provide accurate requirements. The added part of the data added is very different than the one you provided earlier.

  6. #6
    Forum Contributor
    Join Date
    07-17-2012
    Location
    bangalore
    MS-Off Ver
    Excel 2007
    Posts
    461

    Re: Extracting the emails

    The logic should be like this. First it should find the "@" then before and after the @, it should return all the character till spaces.
    Last edited by sathishkm; 01-28-2014 at 11:21 AM.

  7. #7
    Forum Contributor
    Join Date
    07-17-2012
    Location
    bangalore
    MS-Off Ver
    Excel 2007
    Posts
    461

    Re: Extracting the emails

    Is there any way from outlook to show the bounced emails?

+ 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. Extracting valid emails
    By sathishkm in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-08-2013, 05:33 AM
  2. Send outlook emails with message in cells to individual emails associated with them
    By abinayan in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-21-2011, 06:11 AM
  3. Extracting data from all emails with a specific subject
    By kefalo in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-29-2010, 06:14 PM
  4. Extracting only emails
    By dmartinez in forum Excel General
    Replies: 1
    Last Post: 09-13-2010, 10:49 AM
  5. Sending macro emails using excel: Send emails with their passwords.
    By loveisblind in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-12-2009, 03:16 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