+ Reply to Thread
Results 1 to 4 of 4

SUMIFS with Text and Date criteria

  1. #1
    Registered User
    Join Date
    05-19-2018
    Location
    London
    MS-Off Ver
    2016
    Posts
    2

    SUMIFS with Text and Date criteria

    Hello All,

    I am new to the forum and need some expert help.

    All i want is to get a figure total based on 2 criteria.
    A1 - Dates
    B1 - Amounts
    C1 - Authorized by

    D1 = Total amounts Authorized by Simon in May 2018)

    I have tried the following but no result

    =SUMIFS(B:B,C:C,"simon",B:B,">="&DATE(2018,5,1),B:B,"("<="&EOMONTH(DATE(2019,5,1)")
    =SUM(SUMIFS(B:B,C:C,{"May18"},C:C,{"simon"})) This works but the day in the date as to be 01.

    Any Advice?

    Thanks
    Ela

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,448

    Re: SUMIFS with Text and Date criteria

    Use a Pivot Table

  3. #3
    Registered User
    Join Date
    05-19-2018
    Location
    London
    MS-Off Ver
    2016
    Posts
    2

    Re: SUMIFS with Text and Date criteria

    Quote Originally Posted by Pepe Le Mokko View Post
    Use a Pivot Table
    I actually want the result to be part of another report (different sheet in the same workbook) so the pivot table does not really help me.

    Please do correct me if i am wrong.

  4. #4
    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,209

    Re: SUMIFS with Text and Date criteria

    Try

    =SUMIFS(B:B,C:C,"simon",A:A,">="&DATE(2018,5,1),A:A,"<="&EOMONTH(DATE(2018,5,1),0))

    Or

    in E1

    =SUMIFS(B:B,C:C,"simon",A:A,">="&D1,A:A,"<="&EOMONTH(D1,0))

    where D1=01/05/2018

+ 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] Sumifs using today's date as a criteria
    By Cbird in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-27-2017, 05:01 PM
  2. [SOLVED] Sumifs with date criteria, but the range includes time with the date
    By Alphabex in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-08-2017, 12:08 AM
  3. Replies: 5
    Last Post: 10-03-2016, 03:39 AM
  4. [SOLVED] sumifs with date & time criteria
    By mamachrissy1028 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-15-2015, 04:56 PM
  5. Using text in a cell as criteria in SUMIFS
    By kwhelanne in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-16-2014, 04:41 AM
  6. [SOLVED] SumIfs function in VBA with Date as one criteria
    By Bezzie in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-08-2013, 12:11 PM
  7. [SOLVED] Use TEXT function as Criteria on Sumifs to convert month/year to date format
    By chico.corrales in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 11-08-2012, 07:49 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