count the number of cells with a date <= today's date

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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!
 
This formula will also count any other number that is NOT a date, as though
it WAS a date............

Vaya con Dios,
Chuck, CABGx3
 
=SUMPRODUCT(--(A2:A200<>""),--(A2:A200<=TODAY()))

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)
 
Back
Top