+ Reply to Thread
Results 1 to 6 of 6

SUMIF Formula where date is less than or equal to today's date

  1. #1
    Registered User
    Join Date
    09-01-2016
    Location
    Glasgow, Scotland
    MS-Off Ver
    MS OFFICE 2013
    Posts
    42

    SUMIF Formula where date is less than or equal to today's date

    Hi I am trying to calculate the actual amount of money that will have been paid. I currently use a simple SUMIF formula that looks for an invoice date in column c then sums up the totals in column b however the invoice dates in column c (I.e when Payment will be made) can be a future date and I do not want to count these as being paid (as they won't have been until the invoice date). I simply want to total the amount paid where the date paid is either today or before today's date.

    Hope this makes sense I have attached an example of my data.

    Thanks

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,908

    Re: SUMIF Formula where date is less than or equal to today's date

    Try this ...

    =SUMIF(C2:C35,"<="&TODAY(),B2:B35)

  3. #3
    Registered User
    Join Date
    09-01-2016
    Location
    Glasgow, Scotland
    MS-Off Ver
    MS OFFICE 2013
    Posts
    42

    Re: SUMIF Formula where date is less than or equal to today's date

    Quote Originally Posted by Phuocam View Post
    Try this ...

    =SUMIF(C2:C35,"<="&TODAY(),B2:B35)
    Many thanks for this - could I ask how I would also count the suppliers paid

  4. #4
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,908

    Re: SUMIF Formula where date is less than or equal to today's date

    Use COUNTIF:

    =COUNTIF(C2:C35,"<="&TODAY())

  5. #5
    Registered User
    Join Date
    09-01-2016
    Location
    Glasgow, Scotland
    MS-Off Ver
    MS OFFICE 2013
    Posts
    42

    Re: SUMIF Formula where date is less than or equal to today's date

    Thank you for your response

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

    Re: SUMIF Formula where date is less than or equal to today's date

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ 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] 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
  2. Replies: 5
    Last Post: 12-01-2015, 02:36 PM
  3. [SOLVED] Sumif from date (Today or greater than today) to last date
    By thilag in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-23-2015, 03:53 AM
  4. [SOLVED] Unlock only if column date is equal to today's date +/- 2 days
    By Cobelatte in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 07-22-2015, 01:30 PM
  5. [SOLVED] Formula to compare date (including month and year) from a listed date to today's date
    By mhewitson15 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-11-2014, 05:31 PM
  6. Highlight Row If Equal to Today's Date
    By Kumara_faith in forum Excel General
    Replies: 2
    Last Post: 02-03-2010, 09:54 PM
  7. [SOLVED] SUMIF within date range as a function of today()'s date
    By irvine79 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 08-06-2006, 01:00 PM

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