+ Reply to Thread
Results 1 to 3 of 3

sumifs using ID over multiple sheets

  1. #1
    Registered User
    Join Date
    05-05-2016
    Location
    Philadelphia
    MS-Off Ver
    2010
    Posts
    2

    sumifs using ID over multiple sheets

    Good Morning,

    I'm trying to build a sheet that will house a schedule as well as a statistics.
    I decided to use Sumifs so that i could change the weekly schedules around and the data will automatically populate.

    here is an example of the week 1 sheet.

    A B C
    Team ID 1WED 2WED
    Match 1 1
    Result L W
    Points 13 16
    2's 2 2
    3's 1 2
    6'd 0 0
    Rounds 19 19

    On the STATISTICS Sheet, my SUMIFS for their Offensive numbers is =SUMIFS(Week1!$B$5:$I$5,Week1!$B$1:$I$1,'Stats Page'!A3)+SUMIFS(Week2!$B$5:$I$5,Week2!$B$1:$I$1,'Stats Page'!A3)+SUMIFS(Week3!$B$5:$I$5,Week3!$B$1:$I$1,'Stats Page'!A3)..... ETC up to week 7 sheet. based on finding the TEAM ID: 1WED

    What i'm looking for is how do i get the defensive numbers to populate. I need it to SUMIFS multiple sheets but to the opponent of 1WED which will change each week.

    I hope this makes sense.

  2. #2
    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
    52,938

    Re: sumifs using ID over multiple sheets

    Hi, welcome to teh forum

    It is almost always better if you can upload a small (clean) sample workbook (not a pic) of what you are working with, and what your expected outcome would look like.

    Having said that, there are ways to sum across sheets using named ranges and other functions. here is 1...
    =SUMPRODUCT(SUMIF(INDIRECT("'Sheet"&{2,3,4}&"'!C5:P5"),"Hol"))….from Tony Valco
    Obviously the ranges and criteria need to be changed

    Another option that uses a list if sheet names and a dynamic range name...
    =SUMPRODUCT(SUMIF(INDIRECT("'"&Tabs&"'!T6:T1000"),C794,INDIRECT("'"&Tabs&"'!M6:M1000")))
    That probably means nothing to you, and, as it is, wont work for you, but when yopu upload your sample file, we can work on it
    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

  3. #3
    Registered User
    Join Date
    05-05-2016
    Location
    Philadelphia
    MS-Off Ver
    2010
    Posts
    2

    Re: sumifs using ID over multiple sheets

    thanks for the help. Here is the file i'm referring too. I also Column H takes an average of games that aren't played yet. not sure how i can change the formula to counter that.
    Attached Files Attached Files

+ 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] SUMIFS across multiple sheets
    By keith740 in forum Excel General
    Replies: 12
    Last Post: 06-08-2015, 04:51 PM
  2. Replies: 5
    Last Post: 02-06-2015, 08:44 PM
  3. [Question] Sumifs multiple sheets with flexible sheets reference
    By tranhaithang in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-29-2014, 04:53 AM
  4. [SOLVED] SUMIFS with multiple criteria between sheets
    By PrncssJ in forum Excel Formulas & Functions
    Replies: 18
    Last Post: 03-24-2014, 01:31 PM
  5. Using a SUMIFS across multiple sheets with multiple criteria
    By Auto667 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-06-2013, 06:55 AM
  6. Replies: 2
    Last Post: 01-23-2013, 06:25 AM
  7. SUMIFS on Multiple Work Sheets
    By SeaTiger in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-01-2011, 04:56 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