+ Reply to Thread
Results 1 to 4 of 4

Seperating data into two columns

  1. #1
    Registered User
    Join Date
    11-26-2003
    Location
    Scotland
    Posts
    26

    Seperating data into two columns

    Hi,

    I have one column (200-300 rows deep) of info which has two pieces of information in each cell; a number code, and the corresponding description. I would like to seperate the code from the description in order to create to columns.

    E.g. a typical entry would read "0090 Roller#1" in one cell. I would like the "0090" in one column and the "Roller#1" in another in order to create two columns all the way down.

    Does anyone know how this is achieved?

    Many, many thanks for any assistance

    melvin
    melv

  2. #2
    pinmaster
    Guest
    Hi

    Data/Text to columns.....use a space as the delimiter .

    Jean-Guy

  3. #3
    Registered User
    Join Date
    09-20-2004
    Posts
    8
    Melvin,

    If your entries are consistant, there is always 4 numbers you may be able to use the "LEFT" Function.

    Put this in a blank cell in the same row as the cell you are wanting to split.
    (assuming A2 contains the information)
    =LEFT(A2,4)
    The 4 stands for the left four (4) characters.

    There is also a "RIGHT" function (used the exact same way).

    Then just copy the column containing the "LEFT" or "RIGHT" functions and then right click on another column and choose PASTE SPECIAL then choose VALUE. That will give you your info without the formula.

    I HOPE THIS HELPS!
    ~Kel

  4. #4
    Forum Expert swatsp0p's Avatar
    Join Date
    10-07-2004
    Location
    Kentucky, USA
    MS-Off Ver
    Excel 2010
    Posts
    1,545
    Another option, depending on the structure of your data, would be the Text To Columns function.

    This would be beneficial if the numbers are of varying lengths and there is always a space between the number and the text, using the space as the delimiter.

    Good Luck.
    Bruce
    The older I get, the better I used to be.
    USA

+ 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