+ Reply to Thread
Results 1 to 4 of 4

Excel 2010 Separating 6 digit number into 6 cells per row

  1. #1
    Registered User
    Join Date
    08-10-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    7

    Excel 2010 Separating 6 digit number into 6 cells per row

    All, I have to separate a 6 digit number in 1 cell into 6 individual cells per row. Example.
    123456 (A1) and need to be (A1 is 1, B1 is 2, C1 is 3, D1 is 4 etc.
    Row 2 might be 568914 so I need row to to be (A2 is 5, B2 is 6, C2 is 8, D2 is 9, E2 is 1 and F2 is 4).

    I have 1500 rows of current numbers and need to separate like i have explained.

    I hope this makes sense to you all.

    Michael

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Excel 2010 Separating 6 digit number into 6 cells per row

    Take a look to TEXT to COLUMNS option.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Forum Expert GeneralDisarray's Avatar
    Join Date
    09-15-2011
    Location
    Pittsburgh, PA, USA
    MS-Off Ver
    Windows Excel 2016
    Posts
    1,416

    Re: Excel 2010 Separating 6 digit number into 6 cells per row

    =MID($D4,COUNTA(D4:$D4),1)

    See attachment for example. Hopefully that will show you how to adapt the formula for your own worksheet.

    __

    How To Mark Your Thread Solved
    To mark your thread solved do the following:
    - Go to the first post
    - Click edit
    - Click Advance
    - Just below the word "Title:" you will see a dropdown with the word No prefix.
    - Change to Solve
    - Click Save
    Attached Files Attached Files
    Last edited by GeneralDisarray; 06-03-2013 at 10:07 AM.
    Remember, saying thanks only takes a second or two. Click the star icon(*) below the post you liked, to give some Rep if you think an answer deserves it.

    Please,mark your thread [SOLVED] if you received your answer.

  4. #4
    Registered User
    Join Date
    08-10-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    7

    Re: Excel 2010 Separating 6 digit number into 6 cells per row

    [SOLVED]


    Outstanding. Certainly Appreciate it.


    Quote Originally Posted by GeneralDisarray View Post
    =MID($D4,COUNTA(D4:$D4),1)

    See attachment for example. Hopefully that will show you how to adapt the formula for your own worksheet.

+ 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