+ Reply to Thread
Results 1 to 4 of 4

Sumif/sumifs/indirect

  1. #1
    Registered User
    Join Date
    05-12-2018
    Location
    'Merica
    MS-Off Ver
    EXCEL 2013
    Posts
    1

    Sumif/sumifs/indirect

    Hello,

    I've attached (I think) an example of what my work looks like. Each tab represents a different location, each color a different team. I'm trying to use the sumif(indirect) formulas to find the totals on the overview tab. Teams review/change qty often and the number of sn may increase/decrease. I don't know if I should be using SUMIF, SUMIFS, or INDIRECT formula. Each time I have tried using these I get errors.

    Thank you for your assistance in this, have a great day.
    Attached Files Attached Files

  2. #2
    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
    28,529

    Re: Sumif/sumifs/indirect

    Create 3 named ranges (Sheets1-Sheets3) with list of tabs for Yellow, Blue and All

    in B3

    =SUMPRODUCT(SUMIF(INDIRECT("'" &Sheets1 &"'!A2:A100"),$A3,INDIRECT("'" &Sheets1 &"'!C2:C100")))

    Copy down

    Copy across and change Sheets1 to Sheets2 and Sheets3 respectively
    Attached Files Attached Files
    Last edited by JohnTopley; 05-12-2018 at 01:43 PM.

  3. #3
    Forum Expert
    Join Date
    06-05-2017
    Location
    Brazil
    MS-Off Ver
    Microsoft 365 Version 2404
    Posts
    1,266

    Re: Sumif/sumifs/indirect

    I assume the first three tabs after TOTALS tab refer to the Blue team.
    If the number of tabs is variable for each team, you'll have to manually adjust any formulae you come up with.
    I suggest that you keep one tab for each team, adding rows for new locations, instead of adding tabs.

  4. #4
    Forum Expert
    Join Date
    06-05-2017
    Location
    Brazil
    MS-Off Ver
    Microsoft 365 Version 2404
    Posts
    1,266

    Re: Sumif/sumifs/indirect

    Quote Originally Posted by JohnTopley View Post
    Create 3 named ranges (Sheets1-Sheets3) with list of tabs for Yellow, Blue and All

    in B3

    =SUMPRODUCT(SUMIF(INDIRECT("'" &Sheets1 &"'!A2:A100"),$A3,INDIRECT("'" &Sheets1 &"'!C2:C100")))
    Superb, John! Congrats!

+ 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. Struggling with indirect sumifs
    By Mgahan in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-08-2018, 07:35 PM
  2. [SOLVED] help on Indirect with Sumifs formula
    By Neilesh Kumar in forum Excel General
    Replies: 8
    Last Post: 08-20-2017, 04:10 AM
  3. Replies: 2
    Last Post: 06-21-2017, 06:32 PM
  4. Indirect Sumifs with Or Criteria
    By cloechl in forum Excel General
    Replies: 8
    Last Post: 07-28-2015, 08:05 AM
  5. [SOLVED] INDIRECT Function with multiple sheets - SUMIF, INDIRECT & MATCH
    By DJDRU in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-07-2014, 08:42 AM
  6. Using Indirect with Sumifs
    By JohnGault82 in forum Excel General
    Replies: 8
    Last Post: 02-08-2011, 04:05 AM
  7. Excel 2007 : Sumifs and Indirect
    By MoonWeazel in forum Excel General
    Replies: 2
    Last Post: 10-14-2010, 05:11 AM

Tags for this Thread

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