+ Reply to Thread
Results 1 to 4 of 4

Countifs by Day in the Month

  1. #1
    Registered User
    Join Date
    01-18-2014
    Location
    Chicago
    MS-Off Ver
    Excel 2013
    Posts
    88

    Countifs by Day in the Month

    See attached work book, trying to count how many times an employee comes up on a particular day of the month. I think I am close using countifs and the Day function but still missing something

    The work book better explains what I am trying too do!!

    Thanks all in advance!
    Attached Files Attached Files

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Countifs by Day in the Month

    Try

    =SUMPRODUCT(($G$3:$G$14=$I$3)*(DAY($F$3:$F$14)=$I$1))
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Guru
    Join Date
    09-10-2017
    Location
    Chippenham, England
    MS-Off Ver
    365
    Posts
    15,072

    Re: Countifs by Day in the Month

    How about
    =SUMPRODUCT((G3:G14=I3)*(DAY(F3:F14)=I1))

  4. #4
    Registered User
    Join Date
    01-18-2014
    Location
    Chicago
    MS-Off Ver
    Excel 2013
    Posts
    88

    Re: Countifs by Day in the Month

    Thanks Ace! this works great!!!

+ 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. [SOLVED] countifs with based on ear selection and month
    By shj92922 in forum Excel General
    Replies: 2
    Last Post: 10-07-2018, 10:28 AM
  2. [SOLVED] Countifs using Month and Year
    By Shareez Saleem in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-14-2018, 10:36 AM
  3. [SOLVED] Countifs have logged in for 6 month
    By guy13 in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 01-30-2015, 12:13 PM
  4. Countifs by date in month?
    By whizbee in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-21-2013, 01:03 PM
  5. COUNTIFS filtered by month
    By HeathWilD in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-15-2012, 05:06 PM
  6. Month Validatioin in countifs formula
    By kishoremcp in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-05-2012, 01:02 PM
  7. 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