COUNTIF Dates expired

V

virtualfunker

I want to count all the dates in a column that have since expired but don't
seem to be able to do it.

Can anyone help please?

Cheers

J.
 
M

MMR

=COUNTIF(A1:A23,"<5/21/2003")
=COUNTIF(range , criteria )

This function will count all dates before May 21, 2003

Regards,
Matthew
 
B

Bob Phillips

Depends how you define expired, but if it is earlier than today, then you
could simply use

=COUNTIF(A1:A19,"<"&TODAY())

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
V

virtualfunker

Thanks, I didn't have the & in there.

J.


Bob Phillips said:
Depends how you define expired, but if it is earlier than today, then you
could simply use

=COUNTIF(A1:A19,"<"&TODAY())

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top