+ Reply to Thread
Results 1 to 13 of 13

How to pull data from multiple sheets into one master sheet?

  1. #1
    Forum Contributor
    Join Date
    01-22-2013
    Location
    Pekanbaru, Indonesia
    MS-Off Ver
    Excel 2013 & Google Sheet
    Posts
    1,146

    How to pull data from multiple sheets into one master sheet?

    hello all...

    Thank you in advance for your help. I have searched several times through the boards and can't seem to find an answer to this one.
    I have a workbook that has over 50 sheets in is there a way to make a master sheet that has all the data that is sort-able?

    i want to pull data start from only cell B4,B5,B6,H42,H43,H44...

    check attachment file..

    This seems to be easy enough, but I can't figure it out other than manually changing each cell to get it to do what I want.

    cheers...

    john m
    Attached Files Attached Files

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

    Re: How to pull data from multiple sheets into one master sheet?

    Try this

    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/2013.
    Martin

  3. #3
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,268

    Re: How to pull data from multiple sheets into one master sheet?

    Hi jhon,

    If you had a newer version of Excel that had the Power Query tool, you could use it to do this work. See:
    https://social.technet.microsoft.com...rum=powerquery

    Time to upgrade to a newer version of Excel?
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  4. #4
    Forum Contributor shivya's Avatar
    Join Date
    08-19-2017
    Location
    Delhi, India
    MS-Off Ver
    2013
    Posts
    240

    Re: How to pull data from multiple sheets into one master sheet?

    Hello,

    Please find the attachment.
    What you need to do is, you have to change sheet name manually only.
    Select A2, A3, A4 paste =TRANSPOSE(OFFSET(a!$A$3,MATCH(master!$A$1,a!$A$4:$A$6,0),1,3,1)) and ctrl + shift + enter.

    Select D2, D3, D4 paste =TRANSPOSE(OFFSET(a!$A$41,MATCH(master!$D$1,a!$A$42:$A$44,0),7,3,1)) and ctrl +shift +enter.

    Please find the attachment.
    Attached Files Attached Files
    To attach worksheet Go advanced -> Manage attachments -> Choose file -> Upload
    Don't forget to Mention your desired result in the sheet..
    There should be sample data only, a lot of data creates confusion.

    Thanks & Regards

    Shivya

    http://excelvbatipsforbeginners.blogspot.in/

  5. #5
    Forum Contributor
    Join Date
    01-22-2013
    Location
    Pekanbaru, Indonesia
    MS-Off Ver
    Excel 2013 & Google Sheet
    Posts
    1,146

    Re: How to pull data from multiple sheets into one master sheet?

    Quote Originally Posted by shivya View Post
    Hello,

    Please find the attachment.
    What you need to do is, you have to change sheet name manually only.
    Select A2, A3, A4 paste =TRANSPOSE(OFFSET(a!$A$3,MATCH(master!$A$1,a!$A$4:$A$6,0),1,3,1)) and ctrl + shift + enter.

    Select D2, D3, D4 paste =TRANSPOSE(OFFSET(a!$A$41,MATCH(master!$D$1,a!$A$42:$A$44,0),7,3,1)) and ctrl +shift +enter.

    Please find the attachment.

    hi shivya...

    how to make your formula if i have 20 sheets...
    i mean, how to modify your formula?

  6. #6
    Registered User
    Join Date
    10-11-2017
    Location
    Hong Kong
    MS-Off Ver
    Windows 7 Ultimate
    Posts
    9

    Re: How to pull data from multiple sheets into one master sheet?

    Shivya,

    When are you expected to be on-line? I need to chat with you regarding XL Formula.

    Thanks - Narayan

  7. #7
    Forum Contributor shivya's Avatar
    Join Date
    08-19-2017
    Location
    Delhi, India
    MS-Off Ver
    2013
    Posts
    240

    Re: How to pull data from multiple sheets into one master sheet?

    Hello,

    You need to change the sheet name manually every time.

  8. #8
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,769

    Re: How to pull data from multiple sheets into one master sheet?

    Try

    List of sheet names in column K

    in A2

    =IFERROR(INDIRECT("'"&INDEX($K$1:$K$20,ROWS($1:1))&"'!B" & COLUMNS($A:A)+3),"")

    Copy across to C and down

    in D2

    =IFERROR(INDIRECT("'"&INDEX($K$1:$K$20,ROWS($1:1))&"'!H" & COLUMNS($A:A)+41),"")

    Copy across to F and down

    See Sheet1 of attached.
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    10-11-2017
    Location
    Hong Kong
    MS-Off Ver
    Windows 7 Ultimate
    Posts
    9

    Re: How to pull data from multiple sheets into one master sheet?

    Thank you....

  10. #10
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,769

    Re: How to pull data from multiple sheets into one master sheet?

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

  11. #11
    Registered User
    Join Date
    10-11-2017
    Location
    Hong Kong
    MS-Off Ver
    Windows 7 Ultimate
    Posts
    9

    Re: How to pull data from multiple sheets into one master sheet?

    Hello John,

    As suggested, I selected Thread Tools from the Menu. But could not see the option SOLVED. Since, I am not the original requester, hence that option is not displaying to me.

    Thanks - Narayan

  12. #12
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,769

    Re: How to pull data from multiple sheets into one master sheet?

    My mistake: only the originator can set thread to SOLVED.

  13. #13
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2503 (Windows 11 Home 24H2 64-bit)
    Posts
    90,490

    Re: How to pull data from multiple sheets into one master sheet?

    To avoid further confusion, I have marked it as such.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

+ 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] Pull data from master sheet to specific sub-sheets
    By lavudyar in forum Excel General
    Replies: 5
    Last Post: 03-17-2015, 01:18 PM
  2. Trying to Pull data from Master Sheet onto New and Existing Sheets
    By fjlaff in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 03-13-2014, 09:20 AM
  3. [SOLVED] need help of vba code to pull data multiple times into master sheet
    By johnodys in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 03-13-2014, 03:41 AM
  4. Pull data from specific cells on multiple worksheets onto one master sheet
    By WorkforceMedia in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-07-2013, 03:25 AM
  5. [SOLVED] Pull data from same cell from multiple sheets into master column
    By incubi in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 01-09-2013, 04:42 PM
  6. Replies: 3
    Last Post: 09-27-2012, 09:49 AM
  7. Pull data from identical sheets onto master sheet
    By veritas1 in forum Excel General
    Replies: 2
    Last Post: 08-18-2011, 05:45 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