+ Reply to Thread
Results 1 to 3 of 3

tally a range of dates

  1. #1
    Sher
    Guest

    tally a range of dates

    I have a range of dates on a worksheet that I want to tally for each month.
    I have used =COUNTIF(C8:C78,"4/1/06") (this works only for 4/1/06), but my
    date range is from 4/1/06-4/30/06, Any ideas

  2. #2
    Forum Contributor
    Join Date
    07-05-2006
    Location
    Canada
    MS-Off Ver
    2003, 2007
    Posts
    581
    Quote Originally Posted by Sher
    I have a range of dates on a worksheet that I want to tally for each month.
    I have used =COUNTIF(C8:C78,"4/1/06") (this works only for 4/1/06), but my
    date range is from 4/1/06-4/30/06, Any ideas
    Perhaps = COUNTIF(C8:C78,"<5/1/06") - COUNTIF(C8:C78,"<4/1/06")

    HTH,
    Scott

  3. #3
    Toppers
    Guest

    Re: tally a range of dates

    =SUMPRODUCT(--(MONTH(C8:C78)=4))

    "Maistrye" wrote:

    >
    > Sher Wrote:
    > > I have a range of dates on a worksheet that I want to tally for each
    > > month.
    > > I have used =COUNTIF(C8:C78,"4/1/06") (this works only for 4/1/06), but
    > > my
    > > date range is from 4/1/06-4/30/06, Any ideas

    >
    > Perhaps = COUNTIF(C8:C78,"<5/1/06") - COUNTIF(C8:C78,"<4/1/06")
    >
    > HTH,
    > Scott
    >
    >
    > --
    > Maistrye
    > ------------------------------------------------------------------------
    > Maistrye's Profile: http://www.excelforum.com/member.php...o&userid=36078
    > View this thread: http://www.excelforum.com/showthread...hreadid=563410
    >
    >


+ 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