COUNTIF q re dates and blank cells

  • Thread starter Thread starter Jock
  • Start date Start date
J

Jock

I am trying to create a formula which will look at dates (D3:D100) and count
ones which are earlier than TODAY() but to ignore blank cells too.

Thanks
 
Try this:

=COUNTIF(D3:D100,"<"&TODAY())

Does that help?
Post back if you have more questions.
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)
 
Got it, thanks
--
Traa Dy Liooar

Jock


Ron Coderre said:
Try this:

=COUNTIF(D3:D100,"<"&TODAY())

Does that help?
Post back if you have more questions.
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)
 

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

Back
Top