+ Reply to Thread
Results 1 to 4 of 4

Extracting AlphaNumeric data from Numeric data

  1. #1
    Registered User
    Join Date
    06-30-2014
    Location
    Texas
    MS-Off Ver
    2014
    Posts
    2

    Extracting AlphaNumeric data from Numeric data

    I have some strings of data that looks like this all in one column:

    1400081193 2014-05-14 10:05:33 [email protected] 555.55.555.555

    1400081194 2014-05-14 10:05:33 [email protected] 555.555.55.555

    1400081195 2014-05-14 10:05:33 [email protected] 555.55.55.55

    I am trying to create an email list that looks like this:

    [email protected]

    [email protected]

    [email protected]

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Extracting AlphaNumeric data from Numeric data

    Try

    Data -- text to Columns -- Delimited by space -- ok
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    06-30-2014
    Location
    Texas
    MS-Off Ver
    2014
    Posts
    2

    Re: Extracting AlphaNumeric data from Numeric data

    Perfect, except now I feel like I wasted my day trying to figure it out on my own. Thanks!

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Extracting AlphaNumeric data from Numeric data

    Here's a formula...

    A1 = 1400081193 2014-05-14 10:05:33 [email protected] 555.55.555.555

    =TRIM(RIGHT(SUBSTITUTE(LEFT(A1,FIND(" ",A1&" ",FIND("@",A1))-1)," ",
    REPT(" ",LEN(A1))),LEN(A1)))
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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. [SOLVED] Extracting numeric time out of an alphanumeric string
    By MaxwellR in forum Excel General
    Replies: 5
    Last Post: 12-04-2013, 06:04 AM
  2. [SOLVED] Extracting only numeric data from combined numeric & non-numeric data
    By paradise2sr in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-20-2013, 11:51 AM
  3. [SOLVED] Extracting Numeric data from alphanumeric
    By paradise2sr in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-06-2013, 03:23 AM
  4. [SOLVED] Sorting numeric and alphanumeric data
    By scokaw in forum Excel General
    Replies: 7
    Last Post: 08-21-2012, 09:00 AM
  5. [SOLVED] HELP NEEDED: Extracting specific numeric values from alphanumeric cells?
    By hennerby in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-01-2012, 12:45 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