+ Reply to Thread
Results 1 to 5 of 5

transpose data from multiple tabs to one tab from column to rows

  1. #1
    Registered User
    Join Date
    01-19-2015
    Location
    Lafayette, LA
    MS-Off Ver
    2007
    Posts
    9

    transpose data from multiple tabs to one tab from column to rows

    So I have a work book with like 50 tabs and each tab has data in cells O5 through O20 (ex. O5 is company name and O6 is date test was performed and O7 is technician name who performed the test and O8 is result of test etc).
    I want a new tab with all the data in rows like O5 becomes A1 and O6 becomes B1 and O7 becomes C1 and O8 becomes D1 etc. Would a macro do this for me? If yes can you give me an example of what code to use?

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: transpose data from multiple tabs to one tab from column to rows

    Try this. Add a new sheet and call it Summary

    Please Login or Register  to view this content.
    Open up the VBA editor by hitting ALT F11

    Insert a new module by hitting Insert - Module

    Paste the macro into the empty sheet

    Hit ALT F11 to get back to the worksheet.

    Run the macro by going to tools-macro in Excel 2003 or the view ribbon in Excel 2007/2010.
    Martin

  3. #3
    Registered User
    Join Date
    01-19-2015
    Location
    Lafayette, LA
    MS-Off Ver
    2007
    Posts
    9

    Re: transpose data from multiple tabs to one tab from column to rows

    Can the macro create the new sheet named "Summary" for me when I activate it?

  4. #4
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: transpose data from multiple tabs to one tab from column to rows

    Try

    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    01-19-2015
    Location
    Lafayette, LA
    MS-Off Ver
    2007
    Posts
    9

    Re: transpose data from multiple tabs to one tab from column to rows

    Cool thanks. I had just changed the word "Summary" in your code to "Sheet1" and would just hit SHIFT+F11 before running the macro and it worked great. But thanks for responding and I will remember that extra code. You are awesome

+ 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] Move Multiple-Rows of Data to One Column (not Transpose)
    By T0ny in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-26-2014, 01:20 PM
  2. [SOLVED] copy column data from multiple tabs onto specified tab, transpose, repeat
    By bruno08102013 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-26-2014, 12:43 PM
  3. How to transpose variable data from column A to multiple rows
    By Davidko19 in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 02-13-2014, 01:31 PM
  4. Transpose Variable Data from Column A to Multiple Rows
    By downthesun in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 07-24-2013, 06:45 AM
  5. how to transpose data from one column into multiple rows?
    By gabrielemucho in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-11-2012, 11:11 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