+ Reply to Thread
Results 1 to 5 of 5

Counting Dates Within 60 Days

  1. #1
    Registered User
    Join Date
    10-01-2008
    Location
    Bowie
    Posts
    13

    Counting Dates Within 60 Days

    I've looked everywhere on the web and I cannot seem to come up with a formula for this one:

    I want to get a count of dates within a range of cells that are due within 60 days of current date (Today).

    Any clues?

    Thanks!
    Last edited by tkaye; 12-05-2008 at 06:05 PM.

  2. #2
    Forum Contributor
    Join Date
    11-02-2007
    Location
    Bryne, Norway
    MS-Off Ver
    Microsoft Office Excel 2010
    Posts
    230
    You can probably use the COUINTIF-function

  3. #3
    Registered User
    Join Date
    10-01-2008
    Location
    Bowie
    Posts
    13

    Tried that!

    Yes, I tried that, but I can't seem to get it to work...I need help with the exact formula...

  4. #4
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    Do you mean dates that are between today and today+60? If so try

    =COUNTIF(A1:A100,">="&TODAY())-COUNTIF(A1:A100,">"&TODAY()+60)

    Where your dates are in A1:A100

  5. #5
    Registered User
    Join Date
    10-01-2008
    Location
    Bowie
    Posts
    13

    Talking Thank you! Thank you!

    I was close, but couldn't quite figure it out...thank you for helping me!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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