+ Reply to Thread
Results 1 to 4 of 4

Countifs by date in month?

  1. #1
    Registered User
    Join Date
    07-12-2013
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    29

    Countifs by date in month?

    Hello,

    I would like to count the number of records that occur on the first of the month, second of the month, etc. The goal is to determine if there is a trend in which we experience lower new accounts at any point in any given month.

    How can I count the number of records that fall on the first, second, third, etc.?

    Thanks in advance!

  2. #2
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,645

    Re: Countifs by date in month?

    Make use of the 'day()' an 'sumproduct' functions.
    =sumproduct((A1:A10=day(1))*(B1:B10))
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  3. #3
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Countifs by date in month?

    You can do it with SUMPRODUCT.

    Assuming A1:A10 is dates and B1:B10 are the records:

    =SUMPRODUCT((DAY(A1:A10)=1)*(B1:B10))


    Edit: Same solution and ranges! Creepy!

  4. #4
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,645

    Re: Countifs by date in month?

    and same time!!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Countifs month and year match
    By jakeisbill in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-11-2013, 03:17 AM
  2. CountIfs By Month - Multiple Date and Text Conditions
    By MAC0605 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-08-2013, 06:22 PM
  3. COUNTIFS filtered by month
    By HeathWilD in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-15-2012, 05:06 PM
  4. Month Validatioin in countifs formula
    By kishoremcp in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-05-2012, 01:02 PM
  5. Month Criteria in Countifs ????
    By mubashir aziz in forum Excel General
    Replies: 4
    Last Post: 02-26-2010, 05:38 AM

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