+ Reply to Thread
Results 1 to 8 of 8

SUMIFS formula with multiple criteria not working?

  1. #1
    Registered User
    Join Date
    03-07-2020
    Location
    Germany
    MS-Off Ver
    16.4
    Posts
    4

    Unhappy SUMIFS formula with multiple criteria not working?

    Hello guys! I have been wanting to make a SUMIFS formula work with no success. I checked it multiple times and have no idea why it is not working, can someone please help me out?

    The formula looks like this:
    =SUMIFS('Raw Data'!$E$2:$E$57,'Raw Data'!$B$2:$B$57,B5,'Raw Data'!$A$2:$A$57,$B$4,'Raw Data'!$T$2:$T$57,$C$3)

    Screen Shot 2020-03-07 at 13.22.07.png

    Attached is a screenshot and the file itself.
    Attached Files Attached Files
    Last edited by AliGW; 03-07-2020 at 08:49 AM. Reason: Irrelevant section of title removed.

  2. #2
    Forum Expert BMV's Avatar
    Join Date
    01-13-2020
    Location
    St-Petersburg, Russia
    MS-Off Ver
    2013-2016
    Posts
    1,329

    Re: SUMIFS formula with multiple criteria not working?

    The formula is correct but source data include text and numeric. There is two way. Correct source or use SUMPRODUCT
    Please Login or Register  to view this content.

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,733

    Re: SUMIFS formula with multiple criteria not working?

    In column E (and in column D) most of the "numbers" are being treated as text values, as there is a comma instead of a decimal point. I know that is the standard in Germany, but numbers usually get converted into the appropriate format when files are passed between countries.

    I highlighted those two columns and did Ctrl-H (Find & Replace) and changed the comma to a full-stop, and then the formula seems to work - there is only one category which meets the criteria (Food & Drinks) resulting in -12.8.

    Hope this helps.

    Pete

  4. #4
    Registered User
    Join Date
    03-07-2020
    Location
    Germany
    MS-Off Ver
    16.4
    Posts
    4

    Re: SUMIFS formula with multiple criteria not working?

    Hello BMV! Thanks a lot for your help however i tried your formula but an "#VALUE!" mistake appears do you have any idea why this could be?

  5. #5
    Registered User
    Join Date
    03-07-2020
    Location
    Germany
    MS-Off Ver
    16.4
    Posts
    4

    Re: SUMIFS formula with multiple criteria not working?

    Hello Pete! Thanks a lot for your help, i changed the commas for dots and it worked out as you said. However, I did the calculations manually and there should be more categories with results, not only "Food & Drinks" (

  6. #6
    Forum Expert BMV's Avatar
    Join Date
    01-13-2020
    Location
    St-Petersburg, Russia
    MS-Off Ver
    2013-2016
    Posts
    1,329

    Re: SUMIFS formula with multiple criteria not working?

    Read №3 and you can use
    Please Login or Register  to view this content.
    the part SUBSTITUTE('Raw Data'!$E$2:$E$57;",";MID(1/2;2;1)) convert comma to system decimal separator .

    Quote Originally Posted by brendaorb97 View Post
    I did the calculations manually and there should be more categories with results, not only "Food & Drinks" (
    Use autofilter and check again
    Last edited by BMV; 03-07-2020 at 09:28 AM.

  7. #7
    Registered User
    Join Date
    03-07-2020
    Location
    Germany
    MS-Off Ver
    16.4
    Posts
    4

    Re: SUMIFS formula with multiple criteria not working?

    Hey BMV! Thanks a lot for your help I think the sumproduct formual is missing something, since a "#value!" mistake is appearing, but I believe the idea is the correct one so I am just going to double check it.

    Many thanks!

  8. #8
    Forum Expert
    Join Date
    09-25-2015
    Location
    Milan Italy
    MS-Off Ver
    office 365
    Posts
    1,783

    Re: SUMIFS formula with multiple criteria not working?

    C5=SUMIFS('Raw Data'!$e$2:$e$57,'Raw Data'!$T$2:$T$57,'WE Track'!$C$3,'Raw Data'!$B$2:$B$57,'WE Track'!B5)

    Copy down


    E5=SUMIFS('Raw Data'!$e$2:$e$57,'Raw Data'!$A$2:$A$57,'WE Track'!$D$4,'Raw Data'!$B$2:$B$57,'WE Track'!D5)

    Copy down
    Last edited by CARACALLA; 03-07-2020 at 09:52 AM.

+ 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: 0
    Last Post: 08-22-2017, 03:49 PM
  2. [SOLVED] Sumifs formula with multiple criteria
    By gsandy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-23-2017, 04:38 PM
  3. [SOLVED] SUMIFS across multiple sheets using multiple criteria function not working
    By ghostly1 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-03-2017, 04:41 PM
  4. Replies: 5
    Last Post: 03-30-2016, 06:01 AM
  5. Replies: 6
    Last Post: 01-20-2016, 04:01 PM
  6. [SOLVED] Multiple SUM Criteria - DSUM and SUMIFS not working :-(
    By Coeus in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 03-15-2015, 04:05 PM
  7. Replies: 1
    Last Post: 05-16-2011, 05:00 PM

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