+ Reply to Thread
Results 1 to 3 of 3

Sumifs formual using multiple Criteria under one Criteria_Range

  1. #1
    Registered User
    Join Date
    01-15-2010
    Location
    Scottsdale
    MS-Off Ver
    Excel 2010
    Posts
    72

    Sumifs formual using multiple Criteria under one Criteria_Range

    I am looking for a sumifs() formula that I can use that will have multiple Criteria_Ranges&Criteria however, for one of the Criteria_Ranges I only want the formula to return the sum of a specific Criteria within the range despite having multiple matches for all other criteria. I have presented an example using Part #'s of cars and trucks and the inventory quantity. In real world usage there are hundreds of part numbers. I only want to sum 3 specific part numbers within the range. I thought I could use {part #, part#, part#} in the criteria but it is only returning the value of the first listed part #. See attached and let me know if you have any suggestions.

    Thank you,
    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,508

    Re: Sumifs formual using multiple Criteria under one Criteria_Range

    Try ..

    =SUMPRODUCT((E4:E10)*(C4:C10={9407,2035,9409}))

    Enter with Ctrl+shift+Enter

    OR

    =SUMIF(C4:C10,9407,E4:E10)+SUMIF(C4:C10,2035,E4:E10)+SUMIF(C4:C10,9409,E4:E10)

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

    Re: Sumifs formual using multiple Criteria under one Criteria_Range

    May also want to consider using a pivot table.
    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. Replies: 5
    Last Post: 02-06-2015, 08:44 PM
  2. SUMIFS with multiple (3) criteria
    By jimmisavage in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-21-2014, 09:38 AM
  3. SUMifs formual Copy
    By lokpal.panwar in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-25-2013, 06:49 AM
  4. Replies: 2
    Last Post: 01-23-2013, 06:25 AM
  5. Replies: 3
    Last Post: 11-21-2012, 04:57 PM
  6. Excel 2007 : Sumifs with multiple criteria
    By benoj2005 in forum Excel General
    Replies: 17
    Last Post: 07-06-2012, 09:26 AM
  7. Replies: 1
    Last Post: 05-16-2011, 05:00 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