+ Reply to Thread
Results 1 to 4 of 4

Separate numbers from characters and text

  1. #1
    Registered User
    Join Date
    02-01-2012
    Location
    York PA
    MS-Off Ver
    Excel 2003
    Posts
    6

    Separate numbers from characters and text

    I have a long column containing numbers, characters and text. I want to use and equation to extract the numbers to the left of the “ and place that information in the adjoining cell. Examples of cell contents are as follows:

    40" 27.6# NEWS
    37.5" 40# COATED
    21.75" 30# NEWSPRINT
    18" 30# NEWS
    18" 30# NEWS
    21.75" 30# NEWS
    21.75" 30# NEWS



    Cell content is in column “E”. Want the result to appear in column “F”.
    In the first line of the example I need the 40 to appear in column “F”
    In the third line of the example I need the 21.75 to appear in column “F”

    Please, can anyone provide an equation to accomplish the task?
    Last edited by hawk93; 02-01-2012 at 03:48 PM.

  2. #2
    Forum Expert OnErrorGoto0's Avatar
    Join Date
    12-30-2011
    Location
    I DO NOT POST HERE ANYMORE
    MS-Off Ver
    I DO NOT POST HERE ANYMORE
    Posts
    1,655

    Re: Separate numbers from characters and text

    For example
    =--LEFT(E2,search("""",E2)-1)
    in F2 and copy down.
    Good luck.

  3. #3
    Registered User
    Join Date
    02-01-2012
    Location
    York PA
    MS-Off Ver
    Excel 2003
    Posts
    6

    Re: Separate numbers from characters and text

    Thank you OEGO! Perfect!
    I save my remaining two wishes for the genie of the magic lamp till a later date.
    Thank you again,

    Hawk93

  4. #4
    Forum Expert OnErrorGoto0's Avatar
    Join Date
    12-30-2011
    Location
    I DO NOT POST HERE ANYMORE
    MS-Off Ver
    I DO NOT POST HERE ANYMORE
    Posts
    1,655

    Re: Separate numbers from characters and text

    My pleasure. Please do not forget to mark this question Solved.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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