+ Reply to Thread
Results 1 to 5 of 5

Help with moving numbers from string of text to new cells

  1. #1
    Registered User
    Join Date
    02-08-2013
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    2

    Help with moving numbers from string of text to new cells

    Hello,

    Sorry if this topic has been covered before. I have searched the forum and Google extensively and the only answers I could find that seemed relevant I couldn't understand!

    I need to remove numbers from a string of text and put them into new cells in Excel Starter 2010. There are two different values which need moving. The first is in parentheses and the second follows the parentheses.

    Here's a few examples of what I mean:

    Original text

    RED008 - Wickaman and Hoodlum bandwidth (0.06Gb @ 2.00) 0.12
    MFR005EP - Various Artists bandwidth (0.19Gb @ 2.00) 0.38
    RAZORS010 Future Cut bandwidth (0.01Gb @ 2.00) 0.01

    would like to split into...

    Cell 1

    RED008 - Wickaman and Hoodlum bandwidth
    MFR005EP - Various Artists bandwidth
    RAZORS010 Future Cut bandwidth

    Cell 2

    (0.06Gb @ 2.00)
    (0.19Gb @ 2.00)
    (0.01Gb @ 2.00)

    Cell 3

    0.12
    0.38
    0.01

    If anyone can help it would literally save me hours of wasted time and soul-destroying boredom. Thanks in advance!

  2. #2
    Valued Forum Contributor
    Join Date
    02-09-2012
    Location
    Mauritius
    MS-Off Ver
    Excel 2007
    Posts
    1,055

    Re: Help with moving numbers from string of text to new cells

    Hi.

    Please Login or Register  to view this content.
    Please Login or Register  to view this content.
    Please Login or Register  to view this content.
    Click *, if my suggestion helps you. Have a good day!!

  3. #3
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,897

    Re: Help with moving numbers from string of text to new cells

    Assume your data in column A
    in B1 =LEFT(A1,LEN(A1)-21)
    In C1 =MID(A1,LEN(A1)-20,16)
    In D1 =RIGHT(A1,4)
    Now copy down.
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  4. #4
    Registered User
    Join Date
    02-08-2013
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Help with moving numbers from string of text to new cells

    Quote Originally Posted by alansidman View Post
    Assume your data in column A
    in B1 =LEFT(A1,LEN(A1)-21)
    In C1 =MID(A1,LEN(A1)-20,16)
    In D1 =RIGHT(A1,4)
    Now copy down.
    Absolutely amazing! Thanks so much for your help!

  5. #5
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: Help with moving numbers from string of text to new cells

    As a point of interest.

    If you don't require the brackets wrapping the second element, try this
    In B2 Drag Across then Down
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files
    If you need any more information, please feel free to ask.

    However,If this takes care of your needs, please select Thread Tools from menu above and set this topic to SOLVED. It helps everybody! ....

    Also
    اس کی مدد کرتا ہے اگر
    شکریہ کہنے کے لئے سٹار کلک کریں
    If you are satisfied by any members response to your problem please consider using the small Star icon bottom left of their post to show your appreciation.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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