+ Reply to Thread
Results 1 to 2 of 2

Transpose column data to individual rows, while repeating certain cells per row

  1. #1
    Registered User
    Join Date
    10-18-2017
    Location
    Houston, Texas
    MS-Off Ver
    2013
    Posts
    1

    Post Transpose column data to individual rows, while repeating certain cells per row

    Usually I try to sort out my excel issues on my own, but this one is tough (for me at least).

    I have a google form that I am using for a job site for people to turn information over between shifts. The form returns information on one line per submission, but each submission contains multiple responses from column to column depending on which "Work Area(s)" a person selects in the form. I want to input a code that automatically converts each response (Details1, 2, etc) into their own row on a new sheet, with their respective column titles (Work Area 1, 2, etc) and their other corresponding information (like the date, discipline, and extra info) copied into these specified rows as well, while skipping over cells where the "detail" is blank. This generates an easy to read report as the end product. I'm sure there is some sort of code that can do this, it's just way beyond my knowledge of excel. Below is a simplified visual for understanding of the problem, (tried to make it all line up sorry). For the detailed out version, please see the link at the end showing a before and after.

    What I start with:

    Date______|Discipline___|Work Area 1___|Work Area 2___|Work Area 3____|Extra Info
    10/18/17__|Disc1______|Details1_______|_____________|Details2_______|Info 1
    10/18/17__|Disc2______|______________|Details3______|Details4_______|Info 2

    What I want to end up with:

    Date______|Discipline___|WorkArea#___|TurnDetails___|Extra Info
    10/18/17__|Disc1______|Work Area 1___|Details1_____|Info 1
    10/18/17__|Disc1______|Work Area 3___|Details2_____|Info 1
    10/18/17__|Disc2______|Work Area 2___|Details3_____|Info 2
    10/18/17__|Disc2______|Work Area 3___|Details4_____|Info 2

    On the link, the tab "Form Response 1" is how the data looks when it comes out on the google form. The tab "Final Product" is how I want it to look. Hopefully I explained this well enough. Thank you for any help you are able to provide.

    https://docs.google.com/spreadsheets...znA/edit#gid=0
    Last edited by NightmanCometh; 10-19-2017 at 01:38 AM.

  2. #2
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,524

    Re: Transpose column data to individual rows, while repeating certain cells per row

    Try
    Please Login or Register  to view this content.

+ 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. [SOLVED] Moving Repeating Data from Rows to Columns (Not Transpose)
    By mifac in forum Excel General
    Replies: 6
    Last Post: 07-30-2021, 04:08 PM
  2. [SOLVED] Moving Repeating Data from Rows to Columns (Not Transpose)
    By sepmir1 in forum Excel General
    Replies: 16
    Last Post: 10-15-2019, 08:23 PM
  3. [SOLVED] Need help on macro to transpose rows to columns while repeating certain column N times
    By cmleong in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-17-2016, 11:07 PM
  4. [SOLVED] Transpose Columns to Rows While Repeating Data in First Column to Each Row
    By leoxanigm in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-29-2015, 06:54 AM
  5. Replies: 2
    Last Post: 08-12-2015, 07:11 PM
  6. Replies: 2
    Last Post: 09-19-2012, 10:58 PM
  7. converting a column of repeating data to rows?
    By Space1471 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-03-2010, 08:39 AM

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