+ Reply to Thread
Results 1 to 3 of 3

count by month

  1. #1
    gpoky
    Guest

    count by month

    I have a range of cells with dates (mm/dd/yy). I wish to count how many
    entries I have in a monthly time period. i.e. how many insances do I have in
    December 05?

  2. #2
    bpeltzer
    Guest

    RE: count by month

    If the dates are in column A, the count is =countif(a:a,">=" &
    date(2005,12,1))-countif(a:a,">=" & date(2006,1,1)).
    In words, count the number of entries dated Dec 05 or later, then subtract
    the number dated Jan 06 or later. The net is those dated Dec 05.
    --Bruce

    "gpoky" wrote:

    > I have a range of cells with dates (mm/dd/yy). I wish to count how many
    > entries I have in a monthly time period. i.e. how many insances do I have in
    > December 05?


  3. #3
    Bob Phillips
    Guest

    Re: count by month

    =SUMPRODUCT(--(TEXT(A1:A1000,"mmmyy")="Dec05"))

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "gpoky" <gpoky@discussions.microsoft.com> wrote in message
    news:5750EB02-4517-4C2B-B93A-E935FBB92251@microsoft.com...
    > I have a range of cells with dates (mm/dd/yy). I wish to count how many
    > entries I have in a monthly time period. i.e. how many insances do I have

    in
    > December 05?




+ 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