COUNTIF - Not an Error

  • Thread starter Thread starter dhstein
  • Start date Start date
D

dhstein

Is there a way to use Countif to count the number of cells in the range that
are not errors - in other words - they are NOT #VALUE and NOT #DIV 0 etc.

=COUNTIF(A1:A5000, ??????)
 
If there are no numbers then you can use

=COUNTIF(A2:A200,">=99^99")


it will ignore errors


--


Regards,


Peo Sjoblom
 

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