I need to count the number of cells in one column that contain a date that is
<= today's date. The dates are currently formatted as "General" numbers
rather than being formatted as "Date"
Bob Umlas - 27 Jan 2006 18:53 GMT
=COUNTIF(B1:B100,"<"&TODAY())
Bb Umlas
Excel MVP
> I need to count the number of cells in one column that contain a date that is
> <= today's date. The dates are currently formatted as "General" numbers
> rather than being formatted as "Date"
JMB - 28 Jan 2006 02:37 GMT
Which of the four responses you've received thus far don't work???????????
> I need to count the number of cells in one column that contain a date that is
> <= today's date. The dates are currently formatted as "General" numbers
> rather than being formatted as "Date"