+ Reply to Thread
Results 1 to 2 of 2

Counting occurrences within each month

  1. #1
    Registered User
    Join Date
    08-22-2012
    Location
    Kosovo
    MS-Off Ver
    Excel 2010
    Posts
    2

    Post Counting occurrences within each month

    Hi all,

    I have a spreadsheet where I would like to count occurrences within a month, no other condition required just to count the dates that fall within a month for all the months. Two columns, one Date Hired, the other Date Resigned, now all I want is to know how many were hired within, for example, the month of July 2011 and how many resigned in that very same month.

    What would be the formula to count every date that fell in July 11 for both those Hired and those that resigned.

    Se the image below.

    Thank you all you guys for the great work and help you offer in this forum.

    Sample.jpg
    Last edited by Fatosi; 09-14-2012 at 12:29 PM.

  2. #2
    Registered User
    Join Date
    09-14-2012
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Counting occurrences within each month

    I actually joined with the intention of asking a similar question. I've found the month() function which in an if statement works just fine
    =if(month(datarange)=1, 1, 0)
    but count doesn't have that nice logical statment set up so it's hard to deal with.
    =countif(month(datarange), "=1") doesn't work :P

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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