+ Reply to Thread
Results 1 to 4 of 4

Way to distribute one column of information into multiple colums?

  1. #1
    Registered User
    Join Date
    03-26-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    3

    Way to distribute one column of information into multiple colums?

    I know this should be an easy fix, but for some reason no one has an answer on how to help. I have a column of mixed date, both text and numbers, about 1k rows long. I am trying to sort this information into four additional columns in a progression, ie.the first item in the original column goes into the first spot in the first of the additional column, the second item is first in the "new" 2nd column, 3rd to the 3rd, 4th to the 4th, and then repeat for the rest of the original column

  2. #2
    Registered User
    Join Date
    03-26-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Way to distribute one column of information into multiple colums?

    Buller, Buller anyone

  3. #3
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Way to distribute one column of information into multiple colums?

    Hi Beattie,

    We ask that you only bump your thread once per day if it is not receiving a response - and certainly not within an hour of the original post. Everyone here is a volunteer, and we do our best to get to posts as we can assist.

    As for your issue, if you have data in A1:A1000, and you want the following:

    A1 > B1
    A2 > C1
    A3 > D1
    A4 > E1
    A5 > B2
    A6 > C2, etc.

    Then in B1 put this formula and then fill right to E1, and then down as many rows as you need. (Your total # of rows in column A divided by 4, of course.)

    =OFFSET($A$1,ROW(A1)*4+COLUMN(A1)-5,0)

  4. #4
    Registered User
    Join Date
    03-26-2012
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Way to distribute one column of information into multiple colums?

    Thank you so much, I am sorry about the bumping, won't ever happen again. And again, thank you so much for the help, you are the best

+ 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