+ Reply to Thread
Results 1 to 3 of 3

Counting entries in a date range

  1. #1
    Registered User
    Join Date
    09-01-2011
    Location
    Ohio
    MS-Off Ver
    Excel 2007
    Posts
    2

    Counting entries in a date range

    I am attempting to create a formula that will count the number of entries that fall in a certain date range under my "Date Submitted" column. In other words, I want to know how many entries I have for July, August, September, etc. My date format is mm/dd/yy. Any ideas? Thanks!

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Counting entries in a date range

    For Excel 2007 try

    =COUNTIFS($A$3:$A$100,">="&DATEVALUE("1/1/2011"),$A$3:$A$100,"<" & DATEVALUE(" 2/1/2011"))
    or you can put your beginning and end date into cells (i.e. B1 and C1) and simplify

    =COUNTIFS($A$3:$A$100,">="& B1,$A$3:$A$100,"<=" & C1)
    Does that do what you want it to?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    09-01-2011
    Location
    Ohio
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Counting entries in a date range

    You're awesome! Thanks!

+ 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