Count cells in a column that contain dates

C

Cachod1

Column J contains dates in some cells, and text in others. I need to count
the number of cells in this one column that contains dates. How can I do
this?
 
D

Dave Peterson

If the only cells that are in that column that are numeric (like dates), you can
use:

=count(a:a)

(Dates are just numbers formatted nicely in excel.)
 

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