+ Reply to Thread
Results 1 to 5 of 5

Row with many cells to 2 columns!

  1. #1
    Registered User
    Join Date
    05-16-2010
    Location
    Stockholm
    MS-Off Ver
    Excel 2007
    Posts
    3

    Row with many cells to 2 columns!

    Hi!

    I have a row with many cells and would like to make 2 columns this way:

    From:
    A1 A2 A3 A4 A5 A6 A7 A8 A9 A10

    To:

    A1 A2
    A3 A4
    A5 A6
    A7 A8
    A9 A10

    I guess this is possible with TRANSPOSE but I cant figure out what kind of arguments to use.

    Can someone please help me, I'll be more than happy

    Cheers!
    /Niklas

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,033

    Re: Row with many cells to 2 columns!

    Try this in B1 and pull down and right:

    =INDEX($A:$A, 2*ROWS($A$1:A1)-COLUMNS($A$1:A1))
    Never use Merged Cells in Excel

  3. #3
    Registered User
    Join Date
    05-16-2010
    Location
    Stockholm
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Row with many cells to 2 columns!

    Thanks!

    But Im was so tired when I posted this

    I ment

    From values in cells:

    A1 B1 C1 D1 E1 F1 G1 H1 I1 J1

    To:

    A1 B1
    C1 D1
    E1 F1
    G1 H1
    I1 J1

    Is this possible with that INDEX thing?

    /Niklas

  4. #4
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,033

    Re: Row with many cells to 2 columns!

    Just replace INDEX array, put in some other row (i.e.B2) and pull down:

    (also I've slightly improve it):

    =INDEX($1:$1, 2*ROWS($A$1:A1)+COLUMNS($A$1:A1)-2)

  5. #5
    Registered User
    Join Date
    05-16-2010
    Location
    Stockholm
    MS-Off Ver
    Excel 2007
    Posts
    3

    Re: Row with many cells to 2 columns!

    Works soo perfect!!!!!

    Thanks a bunch ZBOR, you saved me a lot of work!


    Cheers
    /Niklas

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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