Results 1 to 5 of 5

Macro to convert 4 columns of data into rows, then repeat

Threaded View

  1. #1
    Registered User
    Join Date
    08-18-2012
    Location
    Texas
    MS-Off Ver
    Excel 2007
    Posts
    5

    Question Macro to convert 4 columns of data into rows, then repeat

    I currently have an excel that lists all the data in columns but I'd like to move it into rows. For Example I have the following

    A01 = Amber
    A02 = Female
    A03 = 23
    A04 = Houston
    A05 = David
    A06 = Male
    A07 = 25
    A08 = Miami
    A09 = Jen
    A10 = Female
    A11 = 25
    A12 = San Francisco


    But I'd like for it to be


    B | C | D | E
    ______________________________________
    Amber | Female | 23 | Houston
    David | Male | 25 | Miami
    Jen | Female | 25 | San Francisco


    I realize I can transpose but there are thousands I'd have to do. Is there an easy macro to do this?

    I've seen other macros but they didn't work because I need specifically 4 columns to data to move into a row, then start next group of 4....
    Any information is greatly appreciate.
    Last edited by liastar; 08-21-2012 at 09:38 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