Results 1 to 5 of 5

How to transpose non-uniform data in multiple columns into multiple rows?

Threaded View

  1. #1
    Registered User
    Join Date
    09-16-2011
    Location
    Hong Kong
    MS-Off Ver
    Excel 2003
    Posts
    52

    Question How to transpose non-uniform data in multiple columns into multiple rows?

    Hi

    I have a large amount of non-uniform data that I need to alter from multiple columns to multiple row.
    See example in Part A to Part B (Sometimes the data can spread over 20 columns for the same row). Is there any Macro that can transpose the data in the form of Part A to the form of Part B? Thanks.

    Part A
    Column 1,Column 2,Column 3,Column 4,Column 5,Column 6, Column 7
    Team A,Jimmy,Peter,May,Mary,Ivy,Alex
    Team B,Ryan,Ken,Julia
    Team C,John,Noel,May,Kristyn
    Team D,Mark

    Part B
    Column 1,Column 2,
    Team A,Jimmy,
    Team A,Peter
    Team A,May
    Team A,Mary
    Team A,Ivy
    Team A,Alex
    Team B,Ryan
    Team B,Ken
    Team B,Julia
    Team C,John
    Team C,Noel
    Team C,May
    Team C,Kristyn
    Team D,Mark
    Last edited by alexxgalaxy; 01-03-2013 at 08:40 PM.

Thread Information

Users Browsing this Thread

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

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