#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 138
Default 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


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default 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




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Count number of uniques starting with a given letter? MeatLightning Excel Discussion (Misc queries) 1 April 26th 06 10:32 PM
Tracking Errors Karen Excel Worksheet Functions 1 April 6th 06 01:34 PM
Only count columns if the column next to it is not blank glotgering Excel Discussion (Misc queries) 2 March 30th 06 09:51 PM
Count Position of Filtered TEXT cells in a column Sam via OfficeKB.com Excel Worksheet Functions 8 May 18th 05 04:23 AM
Count Position of Filtered TEXT cells in a column Sam via OfficeKB.com Excel Worksheet Functions 0 May 15th 05 08:14 PM


All times are GMT +1. The time now is 04:52 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"