Count with various type

  • Thread starter Thread starter Pran
  • Start date Start date
P

Pran

I have four cells that contain
number,
text,
date,
#n/a

How can i count all four cells using counta but date only will be counted if
less than criteria that i've made <example : less than today()>

Thx a lot,
 
Try
=COUNTA(H13:H16)-COUNTIF(H13:H16,">=" & TODAY())

If this post helps click Yes
 

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

Similar Threads

count nonblank cells 3
Excel Average dates help 0
Count if dates meet certain criteria 10
Counting rows 4
Excel Formula 2
Counting while diminishing 1
SUMIF with criteria "<>" & "=" 4
formulas to count dates 2

Back
Top