+ Reply to Thread
Results 1 to 4 of 4

Calculate the number of cells in a range of dates that are greater than Jan2 2014, but les

  1. #1
    Registered User
    Join Date
    01-06-2013
    Location
    Sacramento,CA
    MS-Off Ver
    2013
    Posts
    36

    Calculate the number of cells in a range of dates that are greater than Jan2 2014, but les

    I have a row of dates from Jan 2,2014 going out 1 yr. Lets say the range is A1:A365 . (All cells are formatted as a date)


    However the dates in the cells only run Sunday through Friday. Any ideas on a formula to calculate how many of those date cells exist that contain dates from Jan2 ,2014 to and including today() ?? Driving me nuts !

    As always, thanks in advance

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Calculate the number of cells in a range of dates that are greater than Jan2 2014, but

    Try this...

    C1 = 1/2/2014

    =COUNTIFS(A1:A365,">="&C1,A1:A365,"<="&TODAY())
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Registered User
    Join Date
    01-06-2013
    Location
    Sacramento,CA
    MS-Off Ver
    2013
    Posts
    36

    Re: Calculate the number of cells in a range of dates that are greater than Jan2 2014, but

    Thanks, Tony.
    I tried this as well and it works: =COUNTIF(a1:QU1,"<="&TODAY())

    I'm going to try yours, as then I can reference a specific "today" cell i.e. your C1 shown above

    This puppy is solved !!! Many thanks!!

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Calculate the number of cells in a range of dates that are greater than Jan2 2014, but

    Good deal. Thanks for the feedback!

+ 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. Count number of dates in a range by using greater or less than
    By sclasen24 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-18-2013, 01:29 PM
  2. Replies: 0
    Last Post: 02-01-2013, 05:10 PM
  3. Replies: 6
    Last Post: 02-24-2012, 01:15 PM
  4. [SOLVED] Re: calculate the number of words in a row whose length is greater than 2
    By RagDyeR in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 09:05 AM
  5. Re: calculate the number of words in a row whose length is greater than 2
    By RagDyeR in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 07:05 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