+ Reply to Thread
Results 1 to 2 of 2

Count cells with a date between specific dates

Hybrid View

  1. #1
    Registered User
    Join Date
    08-02-2012
    Location
    Mesa, AZ
    MS-Off Ver
    Excel 2010
    Posts
    22

    Count cells with a date between specific dates

    Hi,

    I have my formula for counting the number of cells with a date that falls between certain dates.

    =COUNTIFS($K$14:$K$501,">=04/01/20",$K$14:$K$501,"<=04/30/20")

    It counts the number of residents whose leases expire between April 1st and April 30th.

    I need it to also count how many people renewed their lease if a specific cell contains the text, "renewed" in column L.

    So to count the number of cells that say "renewed" between the dates 4/1/20 and 4/30/20.

    Hope this makes sense.

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,124

    Re: Count cells with a date between specific dates

    Modify =COUNTIFS($K$14:$K$501,">=04/01/20",$K$14:$K$501,"<=04/30/20")
    To add the extra clause for renewed
    =COUNTIFS($K$14:$K$501,">=04/01/20",$K$14:$K$501,"<=04/30/20", $L$14:$L$501, "renewed")
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

+ 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. Replies: 5
    Last Post: 11-10-2019, 02:30 PM
  2. Count cells with specific date
    By Cookiemonstuh in forum Excel General
    Replies: 5
    Last Post: 11-09-2015, 04:27 PM
  3. [SOLVED] Count a specific date within a range of multiple dates
    By Confused twice in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-23-2015, 09:20 AM
  4. Count number of times a specific date happens between two dates
    By Interrogo in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-16-2015, 10:02 PM
  5. [SOLVED] Count cells within a specific date range that contain a specific word
    By oneillp1 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-23-2014, 08:34 AM
  6. Replies: 7
    Last Post: 07-05-2009, 06:24 AM
  7. [SOLVED] How do I count cells in a column of dates between date ranges?
    By Andrew82 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-14-2005, 06:06 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