+ Reply to Thread
Results 1 to 3 of 3

Sumifs using today's date as a criteria

  1. #1
    Registered User
    Join Date
    10-24-2017
    Location
    Omaha, NE
    MS-Off Ver
    Excel 2010
    Posts
    25

    Sumifs using today's date as a criteria

    I am trying to create a sumifs formula with 3 criteria and am having difficulty creating a valid 3rd criteria.

    =SUMIFS('TabA'!G:G,'TabA'!A:A,A4,'TabA'!B:B,B4,'TabA'!J:J,+'TabA'!J4">=&TODAY()")

    What I would like the 3rd criteria to do is return the values in column G of TabA where the values in column J of TabA are greater than or equal to today's date.
    I have not used a date previously in a sumifs and am having trouble getting the formatting of the criteria correct.

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Sumifs using today's date as a criteria

    Try this:

    =SUMIFS('TabA'!G:G,'TabA'!A:A,A4,'TabA'!B:B,B4,'TabA'!J:J,">="&TODAY())

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Sumifs using today's date as a criteria

    Is this what you want?

    =SUMIFS('TabA'!G:G,'TabA'!A:A,A4,'TabA'!B:B,B4,'TabA'!J:J,">="&TODAY())
    Audere est facere

+ 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 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
  2. Replies: 5
    Last Post: 10-03-2016, 03:39 AM
  3. [SOLVED] Sumif Formula to incorporate today date in criteria
    By sintek in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-22-2016, 10:48 AM
  4. [SOLVED] SumIf() on Date range where criteria is today
    By tvb2727 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-07-2014, 10:01 PM
  5. [SOLVED] Sumifs, problem with the formula: =sumifs(c10:c200,<=today(),0)
    By Faustocruz in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-08-2012, 04:26 AM
  6. Replies: 1
    Last Post: 09-30-2012, 03:01 PM
  7. Replies: 4
    Last Post: 04-30-2011, 10:13 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