Counting in Columns

B

Bernie R.

I have columns of data comprosing of dates, "NA", and blanks. How do I count
only the dates and not the "NA"s and blanks? I pretty sure it involves
"counta" but this counts the "NA"s also.

Thought I saw something close to what I want but can't remember what
timeframe I saw it here in this forum.

Appreciate anyone's assistance.
 
T

T. Valko

Try something like this:

=COUNT(A1:F100)

COUNT will count numbers only. Dates are numbers.
 

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