View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.newusers
Bob Phillips
 
Posts: n/a
Default count the number of cells with a date <= today's date

=SUMPRODUCT(--(A2:A200<""),--(A2:A200<=TODAY()))

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"Cachod1" wrote in message
...
I need to count the number of cells in a column that contain a date that

is
<= today's date. I've tried using a COUNTIF formula but it's not working.
HELP!