+ Reply to Thread
Results 1 to 4 of 4

Macro to Transfer data from multiple sheets into rows on a master sheet

  1. #1
    Registered User
    Join Date
    03-29-2013
    Location
    ohio
    MS-Off Ver
    Excel 2011
    Posts
    2

    Macro to Transfer data from multiple sheets into rows on a master sheet

    Hello,

    I have an enormous amount of data that I need to consolidate into a master sheet in excel for statistical analysis. In the following example I need to transfer A1:X1 in this sheet to I5:I28 in the master sheet, A2:X2 in this sheet to I29:I52 in the master sheet, A3:X3 in this sheet to I53:I76 in the master sheet etc.

    So the final result would lay out data for this single sheet into one row on the master sheet. Thank you in advance for any help.

    Regards
    Joe

    excel example.jpg

  2. #2
    Valued Forum Contributor luv2glyd's Avatar
    Join Date
    07-13-2008
    Location
    Seattle, WA, US
    MS-Off Ver
    Excel 2010
    Posts
    679

    Re: Macro to Transfer data from multiple sheets into rows on a master sheet

    Welcome to the forum. I do these kind of manipulations all the time - basically what you want to do, is start to record a macro in the main sheet and do your operation 3 times - copy from data sheet, paste transpose to main sheet, repeat (this will also teach you how VBA works so you can do this easily in the future), look at the code and set it on a repeating loop till it's done. Try doing that and attach both of your sheets in the next post including the macro you've recorded. I can help you with the loop. You can do the above with "dummy sheets" that have fake data if you are not comfortable posting the real ones.
    Last edited by luv2glyd; 03-29-2013 at 10:36 PM.
    You either quit or become really good at it. There are no other choices.

  3. #3
    Registered User
    Join Date
    03-29-2013
    Location
    ohio
    MS-Off Ver
    Excel 2011
    Posts
    2

    Re: Macro to Transfer data from multiple sheets into rows on a master sheet

    That works very well and is quick. I'll continue to play around with recording macros and see if I can make it smoother. Thanks for your time. This was very helpful.

    Joe

  4. #4
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: Macro to Transfer data from multiple sheets into rows on a master sheet

    Joe,
    Can easily be done with a simple code, but we need an excel sample book, not a picture.

+ Reply to Thread

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