+ Reply to Thread
Results 1 to 17 of 17

Combining data across multiple sheets onto one summary sheet

  1. #1
    Registered User
    Join Date
    04-07-2014
    Location
    North Little Rock
    MS-Off Ver
    Excel 2010
    Posts
    17

    Smile Combining data across multiple sheets onto one summary sheet

    Is it possible to create a summary sheet that includes all the data from many sheets (in 1 workbook)?

    I have a workbook with several sheets of data that I need to have combined into 1 sheet that adds all parts and adds the quantities.

    Example:

    Sheet 1:
    201632130-103 32 EA BRACKET ASSY,TOE KICK LIGHT
    201632130-501 1 EA SCREEN
    201632130-503 32 EA BRACKET

    Sheet 2:
    201632117-509 2 EA SPLICE ANGLE
    201632120-103 4 EA SUPPORT ASSY.
    201632121-513 0 EA FORMED PANEL
    201632130-103 32 EA BRACKET ASSY,TOE KICK LIGHT

    Sheet 3:
    201632112-501 1 EA HINGE
    201632112-503 2 EA SUPPORT
    201632117-509 2 EA SPLICE ANGLE

    Notice how there are a couple parts that occur in more than 1 sheet. Can a summary sheet combine all those parts into one master list and total the quantities for each part?

    Any help is greatly apprciated!
    Thank you,
    Dana

  2. #2
    Valued Forum Contributor
    Join Date
    07-07-2014
    Location
    Washington DC
    MS-Off Ver
    2007
    Posts
    1,047

    Re: Combining data across multiple sheets onto one summary sheet

    Attached template should provide insight in how to achieve your desired results.
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    04-07-2014
    Location
    North Little Rock
    MS-Off Ver
    Excel 2010
    Posts
    17

    Re: Combining data across multiple sheets onto one summary sheet

    Not quite what I'm looking for but thank you for responding to me.
    Dana

  4. #4
    Registered User
    Join Date
    04-07-2014
    Location
    North Little Rock
    MS-Off Ver
    Excel 2010
    Posts
    17

    Re: Combining data across multiple sheets onto one summary sheet

    Ok, here is a sample of the workbook I have. If you notice on the summary sheet there are part in red. the quantities have been summed from the other sheets they appear on.
    Is it possible to make excel read the data in the cells on those other sheets and combine it into one list on the summary sheet?
    Does this make sense?
    Parts List.xlsx

    Thank you,
    Dana

  5. #5
    Valued Forum Contributor
    Join Date
    07-07-2014
    Location
    Washington DC
    MS-Off Ver
    2007
    Posts
    1,047

    Re: Combining data across multiple sheets onto one summary sheet

    You want the Quantity column (Column B) on the Summary sheet to automatically calculate the quantities for each part from all the other worksheets?

  6. #6
    Registered User
    Join Date
    04-07-2014
    Location
    North Little Rock
    MS-Off Ver
    Excel 2010
    Posts
    17

    Re: Combining data across multiple sheets onto one summary sheet

    I want it to pull all the data from each sheet, or at the least the part numbers and quantities.
    I guess I'm asking if excel can search and combine the data from multiple sheets into one master list while totalling all quantities for each part.
    Is that a lot to ask for?
    Thanks,
    Dana

  7. #7
    Valued Forum Contributor
    Join Date
    07-07-2014
    Location
    Washington DC
    MS-Off Ver
    2007
    Posts
    1,047

    Re: Combining data across multiple sheets onto one summary sheet

    So you want all columns (A through I) consolidated onto one sheet with subtotals by part number?

  8. #8
    Registered User
    Join Date
    04-07-2014
    Location
    North Little Rock
    MS-Off Ver
    Excel 2010
    Posts
    17

    Re: Combining data across multiple sheets onto one summary sheet

    Yes, that sounds about right :-)

  9. #9
    Valued Forum Contributor
    Join Date
    07-07-2014
    Location
    Washington DC
    MS-Off Ver
    2007
    Posts
    1,047

    Re: Combining data across multiple sheets onto one summary sheet

    Will Columns C through Column I ever change for any given part number?

  10. #10
    Registered User
    Join Date
    04-07-2014
    Location
    North Little Rock
    MS-Off Ver
    Excel 2010
    Posts
    17

    Re: Combining data across multiple sheets onto one summary sheet

    No, that info doesn't change unless the part number itself changes, it is specific to that part. And actually I don't need G, H & I at all.
    Last edited by dajul73; 07-29-2014 at 12:36 PM.

  11. #11
    Valued Forum Contributor
    Join Date
    07-07-2014
    Location
    Washington DC
    MS-Off Ver
    2007
    Posts
    1,047

    Re: Combining data across multiple sheets onto one summary sheet

    I added a "=COUNTIF" column to your summary page, which references as consolidated sheet (easiest way to pull in this info). Let me know if this is what you're looking for. Last sheet is a "=VLOOKUP" for all other columns, if you find that helpful.
    Attached Files Attached Files

  12. #12
    Registered User
    Join Date
    04-07-2014
    Location
    North Little Rock
    MS-Off Ver
    Excel 2010
    Posts
    17

    Re: Combining data across multiple sheets onto one summary sheet

    That is awesome! This is above my head though. Are you able to explain the formulas so I can understand how you created it?

    Thank you so much for your help!
    Dana

  13. #13
    Valued Forum Contributor
    Join Date
    07-07-2014
    Location
    Washington DC
    MS-Off Ver
    2007
    Posts
    1,047

    Re: Combining data across multiple sheets onto one summary sheet

    Sure. Assuming you're looking at Cell C2 on the Summary tab.

    "=SUMIF" basically says, look in the combined table (Combined!$A$3:$B$40) for all the occurrences of this part number (Part #170-839, found in Cell A2). If you find the Part #, take sum up all the quantities (which are found in 'Combined!$B$3:$B$40').

    Below is MSFT's explanation if you'd like some more examples. Hope this helps!

    http://office.microsoft.com/en-us/ex...in=HP010342656

  14. #14
    Registered User
    Join Date
    04-07-2014
    Location
    North Little Rock
    MS-Off Ver
    Excel 2010
    Posts
    17

    Re: Combining data across multiple sheets onto one summary sheet

    How does it know to read the part and quantity on the other sheets?

  15. #15
    Valued Forum Contributor
    Join Date
    07-07-2014
    Location
    Washington DC
    MS-Off Ver
    2007
    Posts
    1,047

    Re: Combining data across multiple sheets onto one summary sheet

    That's what the function "=SUMIF" tells excel to do. It basically says, IF you can find this part number (A2) in this table (Combined!$A$3:$B$40), take the SUM of the matching numbers in this column ('Combined!$B$3:$B$40').

  16. #16
    Registered User
    Join Date
    04-07-2014
    Location
    North Little Rock
    MS-Off Ver
    Excel 2010
    Posts
    17

    Re: Combining data across multiple sheets onto one summary sheet

    Oh I see... you had to create another sheet (Combined) that lists all parts and used that to tell SUMIF where to look. So it can't go sheet by sheet, it has to all be on one sheet already.
    Well just bummer!

    Thank you so much for your help. I really appreciate it.
    Dana

  17. #17
    Registered User
    Join Date
    04-07-2014
    Location
    North Little Rock
    MS-Off Ver
    Excel 2010
    Posts
    17

    Re: Combining data across multiple sheets onto one summary sheet

    Oh I see... that's why you created the combined sheet. So it can't go sheet by sheet, it all has to be in one place already. Well just bummer! I was hoping that wasn't the case.
    The data is entered under a different sheet for each job by someone else. I am responsible for tallying the totals of each part for purchasing purposes. It seems like it would be redundant and more time consuming to have to recreate the combined sheet everythime there is a change or addition to the individual sheets.

    Thank you so much for your help. I really appreciate you taking the time!
    Dana

+ 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. Replies: 0
    Last Post: 07-29-2013, 03:00 AM
  2. [SOLVED] Summary sheet - copy cell contents from multiple sheets to one summary sheet
    By jsmity in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-21-2013, 10:32 AM
  3. pull data from multiple sheets into summary sheet
    By FDibbins in forum Excel General
    Replies: 3
    Last Post: 06-23-2012, 05:45 PM
  4. Need to Compile Data from Multiple Sheets to a new Summary Sheet
    By achandra in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-11-2012, 01:15 PM
  5. Copying a template sheet and putting those multiple sheets data into a summary sheet
    By John Wolfe in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-18-2011, 06:29 PM

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