+ Reply to Thread
Results 1 to 2 of 2

SUMIF today is more than 31 days past date in cell

  1. #1
    Registered User
    Join Date
    08-04-2022
    Location
    Oregon
    MS-Off Ver
    Office 365 online
    Posts
    1

    SUMIF today is more than 31 days past date in cell

    I sell insurance and am trying to create a formula for a tracker I use for my sales. I want the formula to add up the sum of premiums for policies that have had 2 payments made, so 1 month after the effective date. What would a formula look like if I wanted to sum the annual premium in column D if todays date is equal to or greater than 31 days after the date in column G? Would SUMIF be the best way to do this?

    Thanks!
    Attached Images Attached Images

  2. #2
    Forum Expert
    Join Date
    02-10-2019
    Location
    Georgia, USA
    MS-Off Ver
    Office 365
    Posts
    2,841

    Re: SUMIF today is more than 31 days past date in cell

    Sumif would do, but I never use SUMIF anymore because you can use SUMIFS instead and it's more flexible. In this case, could use something like:

    =SUMIFS(D:D,G:G,"<="&today()-31)

    If this doesn't work for you, please read the yellow banner at the top of the page and attach a sample file.

+ 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. Replies: 3
    Last Post: 09-07-2020, 05:47 PM
  2. SUMIF to calculate if date is 45 days or more in the past
    By cbrooks17901 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-09-2019, 01:35 PM
  3. Looking to display data in a cell, only if today's date is 7 days past a cell's date
    By mbenderpetassure in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-20-2015, 01:57 PM
  4. conditionally format entire row for dates 15 days past today's date?
    By chalter in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-11-2014, 11:46 AM
  5. [SOLVED] flag date within a cell after 15 days have past?
    By SAUDIA in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 11:05 AM
  6. [SOLVED] flag date within a cell after 15 days have past?
    By Temp in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2005, 09:05 AM
  7. flag date within a cell after 15 days have past?
    By SAUDIA in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 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