Results 1 to 8 of 8

Transpose Multiple Columns into a Single Row

Threaded View

  1. #8
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Transpose Multiple Columns into a Single Row

    5 columns would be
    =INDEX(A:E,CEILING(ROWS($A$1:A1)/5,1),MOD(ROWS($A$1:A1)-1,5)+1)
    6 columns
    =INDEX(A:F,CEILING(ROWS($A$1:A1)/6,1),MOD(ROWS($A$1:A1)-1,6)+1)
    7 columns say G:M

    =INDEX(G:M,CEILING(ROWS($A$1:A1)/7,1),MOD(ROWS($A$1:A1)-1,7)+1)
    and so on
    Last edited by martindwilson; 09-15-2013 at 07:29 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Transpose Multiple Rows into a Single Column
    By vnascimento in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-04-2013, 08:47 AM
  2. Replies: 5
    Last Post: 05-25-2013, 07:12 AM
  3. Replies: 4
    Last Post: 01-14-2011, 09:30 PM
  4. Transpose multiple text-based columns to single column while retaining record ids
    By SchoobsVT in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 04-06-2010, 12:26 PM
  5. [SOLVED] Transpose Multiple Columns to Single Row
    By whicks in forum Excel General
    Replies: 7
    Last Post: 02-06-2006, 01:30 PM

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