+ Reply to Thread
Results 1 to 3 of 3

Summing over multiple sheets

Hybrid View

  1. #1
    Registered User
    Join Date
    05-16-2013
    Location
    Costa Mesa, CA
    MS-Off Ver
    Excel 2007
    Posts
    3

    Summing over multiple sheets

    Hi all, back again!
    So attached is a simplified version of a sheet I am working on; basically I need to sum up the hours worked and sales for each individual in the weekly summary page, and I am at a loss as to how to do this.

    Thanks!
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor
    Join Date
    05-08-2015
    Location
    Uvalde, TX
    MS-Off Ver
    2010
    Posts
    720

    Re: Summing over multiple sheets

    Hi,

    While it is possible to do what you are asking, it is more work and trouble in the long run do to its complexity.
    I suggest build and enter your data in a data entry format.
    From the raw data you can more easily and effectively generate reports.

    See attached for example using your spreadsheet.
    There are two new sheets.
    Data Entry and Report & Summary.

    The Report & Summary uses a Pivot table to do what you are looking for.

    Hope this is helpful.

    Cheers
    Attached Files Attached Files

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Summing over multiple sheets

    While I agree that using 1 sheet for ALL data is often the best way to capture data (makes summaries so much simpler), I also understand that is not always possible. With that said, see if this approach will give you what you want.

    1. Create a list of all your sheets and give that list a range name (I used Tabs for the name)
    2. use this formula, adjust the ranges as needed...
    =SUMPRODUCT(SUMIF(INDIRECT("'"&tabs&"'!A2:A4"),$A2,INDIRECT("'"&tabs&"'!C2:C4")))
    Change that last range C2:C4 to D for teh hours
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. Summing across multiple sheets
    By bqheng in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-15-2014, 11:33 PM
  2. Summing across multiple sheets.
    By Calugasi in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-28-2014, 05:45 PM
  3. Summing across multiple sheets
    By markvdh in forum Excel General
    Replies: 19
    Last Post: 02-16-2011, 10:34 AM
  4. Summing Across Multiple Sheets
    By nawas in forum Excel General
    Replies: 2
    Last Post: 12-01-2009, 08:17 AM
  5. Summing/Consolidated Multiple Sheets
    By SkeeterDon in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-01-2007, 11:46 AM
  6. [SOLVED] Summing Across Multiple Sheets
    By Liam in forum Tips and Tutorials
    Replies: 3
    Last Post: 01-15-2007, 05:30 PM
  7. Summing across multiple sheets with a twist
    By hillmic in forum Excel Formulas & Functions
    Replies: 49
    Last Post: 09-06-2005, 12:05 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