Thread: Counting errors
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Charabeuh[_6_] Charabeuh[_6_] is offline
external usenet poster
 
Posts: 17
Default Counting errors

Hello,

Try this formula:
=SUMPRODUCT( --ISERROR(named_range) )



In Microsoft Excel 2007, how can you count the number of Excel errors
(i.e., #VALUE!, #N/A, etc.) in a named range ?

Using =COUNTIF(named_range,"#*") doesn't work with Excel error values.



- Ronald K.