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!
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!
If the data is in cells A1:A3
=COUNTIF(A1:A3, "<="&TODAY())
"Cachod1" wrote:
> 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
"JMB" wrote:
> If the data is in cells A1:A3
>
> =COUNTIF(A1:A3, "<="&TODAY())
>
> "Cachod1" wrote:
>
> > 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!
=SUMPRODUCT(--(A2:A200<>""),--(A2:A200<=TODAY()))
--
HTH
Bob Phillips
(remove nothere from the email address if mailing direct)
"Cachod1" <Cachod1@discussions.microsoft.com> wrote in message
news:93477F83-63A5-461C-81CD-9956B7133E39@microsoft.com...
> 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!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks