+ Reply to Thread
Results 1 to 6 of 6

COUNTIF anumber of entries in a date range 14-30 days before TODAY?

  1. #1
    Registered User
    Join Date
    08-28-2012
    Location
    Australia
    MS-Off Ver
    Excel 2007
    Posts
    6

    COUNTIF anumber of entries in a date range 14-30 days before TODAY?

    Hi guys, first time poster occasional lurker.
    I need help with a formula to count the number of entries in a column of dates that are between 14 and 30 days old from TODAY (automatic system date)
    Where I am at is =COUNTIF(U1:U999,) which specifies the range of cells I want to count within however specifying how to count back from today(without manual date entry) has me stumped??
    Any help would be great

    Cheers

    Heath


    Example date ranges.xlsx

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: COUNTIF anumber of entries in a date range 14-30 days before TODAY?

    something like this, i think

    =COUNTIFS(A4:A185,">="&TODAY()-30,A4:A185,"<="&TODAY()-14)
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Registered User
    Join Date
    08-28-2012
    Location
    Australia
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: COUNTIF anumber of entries in a date range 14-30 days before TODAY?

    Perfect Vlady, thankyou!!

  4. #4
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: COUNTIF anumber of entries in a date range 14-30 days before TODAY?

    Welcome .

  5. #5
    Registered User
    Join Date
    10-31-2015
    Location
    Norfolk, England
    MS-Off Ver
    Office 360
    Posts
    1
    Quote Originally Posted by vlady View Post
    something like this, i think

    =COUNTIFS(A4:A185,">="&TODAY()-30,A4:A185,"<="&TODAY()-14)

    Can this be used in an already existing countifs.
    Example I have a countifs =COUNTIFS($K$23:$K,$P3,$F$23:$F,$AN$2,$D$23:$D,AP$2,$A$23:$A,"<="&today()-14) but last bit isn't right. I want it to only count if column a has a date between "today" and 14 days ago (as in any date in those two weeks prior to the current "today". Can it be done ?

  6. #6
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,604

    Re: COUNTIF anumber of entries in a date range 14-30 days before TODAY?

    @Mathiusuk,
    Unfortunately your post does not comply with Rule 2 of our Forum RULES. Do not post a question in the thread of another member -- start your own thread.

    If you feel an existing thread is particularly relevant to your need, provide a link to the other thread in your new thread.

    Old threads are often only monitored by the original participants. New threads not only open you up to all possible participants again, they typically get faster response, too.
    Ben Van Johnson

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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