ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   =COUNTIF formula (https://www.excelbanter.com/excel-discussion-misc-queries/253528-%3Dcountif-formula.html)

Bob

=COUNTIF formula
 
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.

Luke M

=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.


Dave Peterson

=COUNTIF formula
 
try:
=COUNTIF(F11:F369,"<"&TODAY())



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.


--

Dave Peterson

Don Guillett

=COUNTIF formula
 
=COUNTIF($F$1:$F$33, "<"& TODAY())

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Bob" wrote in message
...
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.



Jim Thomlinson

=COUNTIF formula
 
Take Today out of the quotes like this to make today back into a function
insted of text...

=COUNTIF(F11:F369, "<" & TODAY())
--
HTH...

Jim Thomlinson


"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.



All times are GMT +1. The time now is 04:25 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com