Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have a column that I would like to have a count of all the dates that are
less then today's date. I have tried: =countif(d2:d25,"<TODAY",0) This has only gotten me 0. If I leave the " " out then I get an error message. What do I need to do? Thanks in Advance. |
#2
![]() |
|||
|
|||
![]()
=COUNTIF(D2:D25,"<"&TODAY())
HTH Jason Atlanta, GA -----Original Message----- I have a column that I would like to have a count of all the dates that are less then today's date. I have tried: =countif(d2:d25,"<TODAY",0) This has only gotten me 0. If I leave the " " out then I get an error message. What do I need to do? Thanks in Advance. . |
#3
![]() |
|||
|
|||
![]()
Thanks Jason--Worked great.
"Jason Morin" wrote: =COUNTIF(D2:D25,"<"&TODAY()) HTH Jason Atlanta, GA -----Original Message----- I have a column that I would like to have a count of all the dates that are less then today's date. I have tried: =countif(d2:d25,"<TODAY",0) This has only gotten me 0. If I leave the " " out then I get an error message. What do I need to do? Thanks in Advance. . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formating Dates for production schedule | Excel Discussion (Misc queries) | |||
Counting Dates? | Excel Discussion (Misc queries) | |||
due dates | New Users to Excel | |||
Counting columns and specific Dates | Excel Worksheet Functions | |||
counting entries between two dates? | Excel Worksheet Functions |