Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Andrew82
 
Posts: n/a
Default 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   Report Post  
Bob Phillips
 
Posts: n/a
Default

Andrew,

Try

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

or

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


--

HTH

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


"Andrew82" wrote in message
...
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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Date Formula Jo from TX New Users to Excel 9 April 15th 05 02:37 PM
Adding a column based on greater than a date Toni G. Excel Worksheet Functions 4 March 17th 05 08:06 PM
Auto Skipping and protected cells Dave Peterson Excel Discussion (Misc queries) 6 January 27th 05 11:35 PM
Date issue between Windows and Macintosh version dlg1967 Excel Discussion (Misc queries) 4 January 19th 05 03:51 PM
Date in descending order to come up automatically in a column? Snugglebums Excel Worksheet Functions 2 January 11th 05 03:09 PM


All times are GMT +1. The time now is 07:10 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"