+ Reply to Thread
Results 1 to 3 of 3

create multiple column rows starting from data in one column

  1. #1
    Registered User
    Join Date
    02-02-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    Excel 2011 for Mac
    Posts
    3

    create multiple column rows starting from data in one column

    I have data in the first column of a sheet:

    A
    B
    C
    D
    etc.

    I now need to create rows with 2 columns where the first row has A B, the second row C D, etc.

    It needs to do this until no data is available anymore.

    Any pointers? Thanks in advance!

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: create multiple column rows starting from data in one column

    Use this code -
    Please Login or Register  to view this content.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Valued Forum Contributor
    Join Date
    12-05-2011
    Location
    Toronto, Canada
    MS-Off Ver
    Excel 2010 & 2013
    Posts
    308

    Re: create multiple column rows starting from data in one column

    Alternatively, if you don't want to use macros, you could use the following formula in Cells B1 & C1 (assuming your lists starts in A1):

    Please Login or Register  to view this content.
    Cheers, Rob.

+ 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