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
 
Back
Top