+ Reply to Thread
Results 1 to 2 of 2

Transposing rows with separated data sets every 4 rows into 4 columns

  1. #1
    Registered User
    Join Date
    07-20-2017
    Location
    Detroit, Michigan
    MS-Off Ver
    2013
    Posts
    3

    Transposing rows with separated data sets every 4 rows into 4 columns

    I'm trying to find a way to transpose some data that i have but the data is grouped together every 4 rows. instead of transposing the entire data set and copying and pasting it underneath each other, is there a faster way? I attached an Excel file of an example of the raw data which is originally broken down by day of week and the categories i need below each day. In the second sheet is the example of how i need the data broken down. Thanks for the help!
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,996

    Re: Transposing rows with separated data sets every 4 rows into 4 columns

    In sheet 2, A2, copied across and down:

    =IFERROR(INDEX(Sheet1!$B$2:$O$37,COLUMNS($A:A)-1+4*INT((ROWS($1:1)-1)/14)+1,MOD(ROWS($1:1)-1,14)+1),"")
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

+ 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: 2
    Last Post: 07-20-2017, 11:50 AM
  2. [SOLVED] Transposing Data from rows to columns
    By Joe47 in forum Excel General
    Replies: 7
    Last Post: 07-09-2013, 05:42 AM
  3. [SOLVED] Need VBA Sub for Transposing Data in Columns to Rows
    By Phoenix1975 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 04-17-2013, 04:41 PM
  4. [SOLVED] Copying a row down, transposing a list of comma separated items into those new rows
    By HorsePop in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 04-08-2013, 07:10 AM
  5. Transposing ~ 25,000 rows of data into Columns
    By strickrn in forum Excel Formulas & Functions
    Replies: 21
    Last Post: 01-29-2013, 09:54 PM
  6. [SOLVED] Transposing Groups of Data separated by blank rows
    By scrchrds in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-01-2010, 03:31 PM
  7. Transposing data from columns to rows
    By Annalise Vogel in forum Excel General
    Replies: 5
    Last Post: 11-25-2005, 02: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