+ Reply to Thread
Results 1 to 4 of 4

Excel 2007 : Need Countifs Formula to count dates between 2 dates,

  1. #1
    Valued Forum Contributor
    Join Date
    02-04-2009
    Location
    Texas
    MS-Off Ver
    Excel 2016
    Posts
    665

    Need Countifs Formula to count dates between 2 dates,

    I am stumped.
    I have column C that shows dates. Cell A1 has start date & B1 has end dates
    I want to count each row that has a date on or between A1 & B1
    =countifs(c2:c1500,=>a1,c1:c1500,=<b1)
    This gives me error.
    Any suggestion? And, if the formula worked would it give me a count of the dates between a1 & b1 - or would it give me a count of all the dates greater than a1 + all the dates less than b1?
    Last edited by CRIMEDOG; 07-19-2010 at 01:01 PM.

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Need Countifs Formula to count dates between 2 dates,

    Hi Crimedog,

    Use:

    =COUNTIFS(C1:C15,">="&A1,C1:C15,"<="&B1)

    It will only count the dates between the two dates in A1 and B1.

  3. #3
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Need Countifs Formula to count dates between 2 dates,

    Try:

    =countifs(c2:c1500,">="&a1,c1:c1500,"<="&b1)
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  4. #4
    Valued Forum Contributor
    Join Date
    02-04-2009
    Location
    Texas
    MS-Off Ver
    Excel 2016
    Posts
    665

    Re: Need Countifs Formula to count dates between 2 dates,

    Thanks Guys!

+ 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