View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Luke M Luke M is offline
external usenet poster
 
Posts: 2,722
Default =COUNTIF formula

You were pretty close. You have to concatenate the arguement with the value.

=COUNTIF(F11:F369, "<"&TODAY())
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Bob" wrote:

I have a cloumn of dates and want to enter a formula that will tell how dates
are older than today. I tried =COUNTIF(F11:F369, "<TODAY()") with no sucess.
The best I could get was using the formula and instead of TODAY() I used
1/15/2010.