ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   count errors (https://www.excelbanter.com/excel-worksheet-functions/122635-count-errors.html)

Bruce

count errors
 
Trying to count the erros on my page.

Came up with the following array formula but does not work. Range BJ17:BJ24
does contain errors.

=COUNT(IF(ISERROR(BJ17:BJ24),BJ17:BJ24))

Any ideas?

Bruce



T. Valko

count errors
 
Try this (normally entered, not an array):

=SUMPRODUCT(--(ISERROR(BJ17:BJ24)))

Your formula (array entered) will work like this:

=COUNT(IF(ISERROR(BJ17:BJ24),1))

Biff

"Bruce" wrote in message
...
Trying to count the erros on my page.

Came up with the following array formula but does not work. Range
BJ17:BJ24
does contain errors.

=COUNT(IF(ISERROR(BJ17:BJ24),BJ17:BJ24))

Any ideas?

Bruce






All times are GMT +1. The time now is 10:17 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com