+ Reply to Thread
Results 1 to 3 of 3

Sumifs formula with multiple criteria

  1. #1
    Forum Contributor
    Join Date
    02-26-2009
    Location
    Auckland, New Zealand
    MS-Off Ver
    Excel 2010
    Posts
    286

    Sumifs formula with multiple criteria

    I have a cell with the formula below, and it works fine.
    = SUMIFS($H$2:$H$65,$D$2:$D$65,"<> 3 ",$E$2:$E$65,K33)
    The range to sum is ($H$2:$H$65.
    The first criteria range is $D$2:$D$65.
    The first criteria is any number except 3, which is a staff number.
    The second criteria range is $E$2:$E$65.
    The second criteria is a job number held in cell K33.

    I wish to exclude a second staff number (62); how do I include an “AND” into the first criteria?

    Thanks Sandy.

  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
    30,769

    Re: Sumifs formula with multiple criteria

    Try

    = SUMIFS($H$2:$H$65,$D$2:$D$65,"<> 3 ",$D$2:$D$65,"<>62 ",$E$2:$E$65,K33)

    As SUMIFS works on AND criteria
    Last edited by JohnTopley; 04-23-2017 at 03:42 PM. Reason: Updated formula

  3. #3
    Forum Contributor
    Join Date
    02-26-2009
    Location
    Auckland, New Zealand
    MS-Off Ver
    Excel 2010
    Posts
    286

    Re: Sumifs formula with multiple criteria

    Thanks John, worked well, just what I wanted. Cheers Sandy

+ 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: 3
    Last Post: 02-02-2017, 04:32 AM
  2. [SOLVED] SUMIFS with multiple criteria WITH specified dynamic range criteria
    By dluhut in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 01-20-2017, 11:03 AM
  3. Sumifs with multiple criteria and criteria in same column
    By Kathryn012 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-17-2017, 07:48 AM
  4. [SOLVED] Sumifs or alternative formula needed for multiple criteria
    By bwmuhich in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 03-31-2015, 02:41 PM
  5. [SOLVED] SumIfs Formula With Multiple Not Equal To Criteria
    By zmster2033 in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 10-07-2014, 05:08 PM
  6. Replies: 3
    Last Post: 11-21-2012, 04:57 PM
  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