+ Reply to Thread
Results 1 to 2 of 2

Check column of dates against todays date

  1. #1
    Andrew82
    Guest

    Check column of dates against todays date

    I have a column of dates that I need to sort through. At the moment I am using

    =COUNTIF(E8:E1000,"<15/04/2005")

    to check dates that were before todays date. Now I would like to have this
    formula change with the date. I have tried having a cell with =TODAY() in it
    then referencing that cell in the formula:

    =COUNTIF(E8:E1000,"<A1") but it just returns 0. Any ideas?

    Hope so!!

  2. #2
    Bob Phillips
    Guest

    Re: Check column of dates against todays date

    Andrew,

    Try

    =COUNTIF(E8:E1000,"<"&TODAY())

    or

    =COUNTIF(E8:E1000,"<"&A1)


    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Andrew82" <[email protected]> wrote in message
    news:[email protected]...
    > I have a column of dates that I need to sort through. At the moment I am

    using
    >
    > =COUNTIF(E8:E1000,"<15/04/2005")
    >
    > to check dates that were before todays date. Now I would like to have this
    > formula change with the date. I have tried having a cell with =TODAY() in

    it
    > then referencing that cell in the formula:
    >
    > =COUNTIF(E8:E1000,"<A1") but it just returns 0. Any ideas?
    >
    > Hope so!!




+ 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