+ Reply to Thread
Results 1 to 3 of 3

Transpose certain rows to columns

  1. #1
    Registered User
    Join Date
    07-14-2016
    Location
    MD,USA
    MS-Off Ver
    2010
    Posts
    4

    Transpose certain rows to columns

    Hi guys,

    I have a doubt about transposing rows to columns. When i searched the internet i could find solutions for transposing the entire row to column. But i need to transpose a set of 8 rows at a time (which represents a single person's information) to columns (Please see my attached excel sheet sample). Is there an excel formula to do this?
    Thanks in advance
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,829

    Re: Transpose certain rows to columns

    Put this formula in C1:

    =INDEX($A:$A,MOD(ROWS($1:1)-1,8)*8+COLUMNS($C:C))&""

    then copy across to J1. Then copy the formulae in C1:J1 down as far as you need to (i.e. until you get blanks).

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    07-14-2016
    Location
    MD,USA
    MS-Off Ver
    2010
    Posts
    4

    Re: Transpose certain rows to columns

    Thanks Pete_UK. That worked perfectly !! Cheers.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 4
    Last Post: 01-26-2015, 03:08 PM
  2. [SOLVED] Formula to transpose rows to new columns and columns to new rows in Excel
    By bjnockle in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 05-26-2014, 06:28 PM
  3. Replies: 1
    Last Post: 01-24-2014, 06:20 PM
  4. Replies: 14
    Last Post: 08-01-2013, 08:48 AM
  5. [SOLVED] Transpose Columns to Rows (automatically inserts new rows)
    By kichkichkich in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 04-28-2012, 05:38 AM
  6. Replies: 2
    Last Post: 01-01-2012, 05:54 AM
  7. Transpose Columns To Rows (with Variable Columns)
    By G.HendriX in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 07-08-2011, 08:40 PM

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