+ Reply to Thread
Results 1 to 6 of 6

Sumifs not working

  1. #1
    Forum Contributor
    Join Date
    02-16-2012
    Location
    London, England
    MS-Off Ver
    Excel mac 2011
    Posts
    238

    Sumifs not working

    Hi there,

    Please can someone correct this for me, I have no idea why it is not working:

    Please Login or Register  to view this content.

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Sumifs not working

    I13:I58 cannot be both Done and "x"
    Do you want if either? Then

    =SUMIFS(H13:H58,I13:I58,"=Done") + SUMIFS(H13:H58,I13:I58,"=x")
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    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,242

    Re: Sumifs not working

    Try ...

    =SUM(SUMIFS(H13:H58,I13:I58,{"Done","x"}))

    Entered with Ctrl+Shift+Enter

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Sumifs not working

    Maybe this...

    =SUM(SUMIF(I13:I58,{"Done","X"},H13:H58))
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Sumifs not working

    Quote Originally Posted by JohnTopley View Post
    Try ...

    =SUM(SUMIFS(H13:H58,I13:I58,{"Done","x"}))

    Entered with Ctrl+Shift+Enter
    CSE not needed.

  6. #6
    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,242

    Re: Sumifs not working

    Got CSE on the brain!

+ 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. sumifs function not working
    By ammartino44 in forum Excel General
    Replies: 6
    Last Post: 04-16-2015, 12:23 AM
  2. [SOLVED] Sumifs not working
    By ohanish in forum Excel General
    Replies: 1
    Last Post: 03-27-2015, 01:06 PM
  3. SUMIFS not working
    By Luther.King in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-03-2014, 08:02 PM
  4. [SOLVED] SUMIFS not working
    By Krishnab4u in forum Excel General
    Replies: 3
    Last Post: 11-21-2013, 06:31 AM
  5. [SOLVED] SUMIFS - Not Working as I would like
    By Chris.Williams81 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-08-2013, 08:55 AM
  6. sumifs not working
    By amartino44 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-07-2013, 08:31 PM
  7. [SOLVED] sumifs not working quite right
    By benoj2005 in forum Excel General
    Replies: 13
    Last Post: 09-19-2012, 10:41 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