+ Reply to Thread
Results 1 to 10 of 10

Sumif if multiple criteria (including dates) is met not working

  1. #1
    Registered User
    Join Date
    11-23-2022
    Location
    Australia
    MS-Off Ver
    OneDrive
    Posts
    9

    Sumif if multiple criteria (including dates) is met not working

    Hi and thank you in advance!

    I have the below formula where I am trying to get the amounts to populate from column N if the cell in J column is Yes and the due date in column M is within the month selected (from a data validation list) in cell C1 but it isnt populating anything. Please help!

    Thank you!

    =SUMIFS(BEAUDESERT!J:J,BEAUDESERT!N:N,"Yes",BEAUDESERT!M:M,">="&EOMONTH(C1,0))

  2. #2
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,039

    Re: Sumif if multiple criteria (including dates) is met not working

    Try =SUMIFS(BEAUDESERT!N:N,BEAUDESERT!J:J,"Yes",BEAUDESERT!M:M,">="&EOMONTH(C1,0))

  3. #3
    Registered User
    Join Date
    11-23-2022
    Location
    Australia
    MS-Off Ver
    OneDrive
    Posts
    9

    Re: Sumif if multiple criteria (including dates) is met not working

    Still showing as $0.00 unfortunately.

  4. #4
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,039

    Re: Sumif if multiple criteria (including dates) is met not working

    =SUMIFS(BEAUDESERT!N:N,BEAUDESERT!J:J,"Yes",BEAUDESERT!M:M,">"&EOMONTH(C1,-1),BEAUDESERT!M:M,"<="&EOMONTH(C1,0))

  5. #5
    Registered User
    Join Date
    11-23-2022
    Location
    Australia
    MS-Off Ver
    OneDrive
    Posts
    9

    Re: Sumif if multiple criteria (including dates) is met not working

    No luck....

  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,148

    Re: Sumif if multiple criteria (including dates) is met not working

    See yellow banner on how to attach a workbook.
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  7. #7
    Registered User
    Join Date
    11-23-2022
    Location
    Australia
    MS-Off Ver
    OneDrive
    Posts
    9

    Re: Sumif if multiple criteria (including dates) is met not working

    Here is a copy of my spreadsheet in case it helpsOutco copy.xlsx

  8. #8
    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,148

    Re: Sumif if multiple criteria (including dates) is met not working

    You are comparing a text date (NOV) vs an Excel date so you will never get a match.

    Do yo want the results ONLY for the date in C1 i.e month of November ?

    Will be back shortly.

  9. #9
    Registered User
    Join Date
    11-23-2022
    Location
    Australia
    MS-Off Ver
    OneDrive
    Posts
    9

    Re: Sumif if multiple criteria (including dates) is met not working

    I am hoping that if I need the figure for a particular month I can select the month (happy to put to and from dates if that works) and the figures will populate for that timeframe. Thanks soo much for your help!.

  10. #10
    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,148

    Re: Sumif if multiple criteria (including dates) is met not working

    Try

    in I3

    =IFERROR(SUMPRODUCT((INDIRECT("'"&H3&"'!$N$2:$N$1000"))*(MONTH(INDIRECT("'" &H3 & "'!$M$2:$M$1000"))=MONTH($I$1&0))),"")

    copy down
    Last edited by JohnTopley; 11-23-2022 at 02:44 PM.

+ 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. [SOLVED] lookup with multiple criteria including duplicate dates
    By rkong in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-12-2016, 07:58 AM
  2. Using Multiple Criteria (Including Dates) for a Vlookup
    By PaulMcCudden in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 07-23-2015, 01:16 PM
  3. Sumif or Index/Match on Multiple Criteria including Dates to Month?
    By patrick1024 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-19-2015, 11:00 PM
  4. [SOLVED] Lookup Function with Multiple Criteria Including Values Between Two Dates
    By webfeet2 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-14-2014, 12:01 PM
  5. Replies: 4
    Last Post: 12-21-2013, 09:23 PM
  6. sumif with multiple criteria (including daterange)
    By TPS Tom in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 11-28-2011, 07:43 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