+ Reply to Thread
Results 1 to 2 of 2

Formula for SUMIFS, criteria between date

Hybrid View

  1. #1
    Registered User
    Join Date
    07-31-2019
    Location
    HONG KONG
    MS-Off Ver
    EXCEL 2016
    Posts
    48

    Formula for SUMIFS, criteria between date

    Hi,
    i write a SUMIFS with two criteria.
    First criteria is C2. in Column D:D
    The second criteria is between Dates (between 20th Feb to Today) in Column V:V

    However, i write the below formula. It is not correct. Do you know what is correct syntex formula? thanks a lot.


    =SUMIFS(S:S,D:D,C2,V:V,"=>"&2/20/2024",V:V,"<="&TODAY())

  2. #2
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,754

    Re: Formula for SUMIFS, criteria between date

    How about
    Formula: copy to clipboard
    =SUMIFS(S:S,D:D,C2,V:V,"=>2/20/2024",V:V,"<="&TODAY()) 
    or
    Formula: copy to clipboard
    =SUMIFS(S:S,D:D,C2,V:V,"=>"&date(2024,2,20),V:V,"<="&TODAY()) 

+ 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] How to SUMIFS When Comparing Date-Year and Date-Month for Criteria
    By PosseJohn in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-30-2022, 02:32 PM
  2. [SOLVED] SUMIFS formula taking into account 2 criteria plus todays date
    By batjl9 in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 04-27-2022, 12:19 PM
  3. Replies: 1
    Last Post: 04-09-2021, 11:09 AM
  4. [SOLVED] help with formula Sumifs with Date criteria
    By VICTOR5 in forum Excel General
    Replies: 2
    Last Post: 01-07-2019, 03:08 AM
  5. [SOLVED] SUMIFs formula with Date within month criteria
    By justinmt7 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-14-2018, 12:44 PM
  6. [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
  7. Replies: 5
    Last Post: 10-03-2016, 03:39 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