+ Reply to Thread
Results 1 to 9 of 9

Extract Email ids

  1. #1
    Forum Contributor
    Join Date
    02-15-2016
    Location
    India
    MS-Off Ver
    2016
    Posts
    657

    Extract Email ids

    Hello Friends

    I need to extract email ids from Column A to column B light yellow cells by formulas.

    We need to find the last space from right to left and from last space we need to extract.

    thanks in advance
    Attached Files Attached Files
    Sekar

  2. #2
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: Extract Email ids

    Try

    B1=TRIM(RIGHT(SUBSTITUTE(A1," ",REPT(" ",151)),151)) and drag down.!!!
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  3. #3
    Forum Contributor
    Join Date
    02-15-2016
    Location
    India
    MS-Off Ver
    2016
    Posts
    657

    Re: Extract Email ids

    Hello Ankur

    Thanks for your formula. For the input `Venki Govnida [email protected]' is shows result as `Govnida [email protected]' but the actual result need to be plot is `[email protected]'.

    The Blank spaces inside excel in email ids are here it shows as *, but it is blank space in excel.
    Last edited by Sekars; 07-27-2016 at 02:54 AM.

  4. #4
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: Extract Email ids

    @Sekars....... as per your provided raw data... I had given you solution .... Can you upload your whole data once,,, so we can manage them easily...

  5. #5
    Forum Contributor
    Join Date
    02-15-2016
    Location
    India
    MS-Off Ver
    2016
    Posts
    657

    Re: Extract Email ids

    Hello Ankur

    Please find the attached file.

    thanks again for your formulas
    Attached Files Attached Files

  6. #6
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: Extract Email ids

    Try

    B2=TRIM(RIGHT(SUBSTITUTE(SUBSTITUTE(A2,CHAR(160)," ")," ",REPT(" ",50)),50)) and drag down!!!

  7. #7
    Forum Contributor
    Join Date
    02-15-2016
    Location
    India
    MS-Off Ver
    2016
    Posts
    657

    Re: Extract Email ids

    Hello Ankur

    thanks again for your revised formula, which is working well.

  8. #8
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: Extract Email ids

    OR,

    Try the following in B2:

    =TRIM(RIGHT(SUBSTITUTE(A2,CHAR(160),REPT(" ",255)),255))

  9. #9
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,935

    Re: Extract Email ids

    Glad to help you and thanks for feedback..

+ 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. RE: Extract body from email
    By djtprior in forum Access Programming / VBA / Macros
    Replies: 3
    Last Post: 12-11-2015, 08:36 AM
  2. Extract email id from a string
    By winmaxservices1 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-27-2015, 09:30 AM
  3. [SOLVED] Re: Loop through the rows and extract unique email id's to generate email drafts
    By spiwere in forum Excel Programming / VBA / Macros
    Replies: 28
    Last Post: 01-28-2014, 04:12 AM
  4. [SOLVED] extract email address
    By anilg0001 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-18-2013, 12:05 AM
  5. [SOLVED] Extract Email Addresses
    By amicman in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 05-06-2013, 04:33 PM
  6. Need VB Code to Extract email address from File name and email the file
    By rizmomin in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 07-30-2012, 11:18 AM
  7. Extract Email from a Picture
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-09-2006, 02:55 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