LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Bob is offline
external usenet poster
 
Posts: 972
Default Counting the number of "#N/A" errors

The following formula finds the number of errors on the worksheet:
=SUMPRODUCT(--(ISERROR(A2:CY5000)))
=4

Now I'm trying to determine which errors were found, so I wrote the
following formula:
=COUNTIF(A2:CY5000,"#N/A")
=0

After manually looking through the entire worksheet I found 2 cells
containing "#N/A". Yet, my previous formula returned zero.

Is there a way I can find a specific error type (e.g., #N/A, #VALUE!, #REF!,
etc.)? If so, I would appreciate any help in coming up with the correct
formula.

Thanks,
Bob
 
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
Counting number of cells that make up a sum.. tim m Excel Discussion (Misc queries) 2 September 21st 06 02:55 PM
Counting number of cells that contain certain text but not cell tw JRD Excel Worksheet Functions 1 September 11th 06 09:50 PM
Counting a specific number only if an adjacent cell has something Hugsie Bear Excel Discussion (Misc queries) 5 August 2nd 06 02:47 PM
counting if a value exceeds a specified number Albert Excel Discussion (Misc queries) 2 July 20th 06 02:17 PM
Number Counting DNA Excel Discussion (Misc queries) 3 June 2nd 05 05:08 PM


All times are GMT +1. The time now is 01:38 AM.

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

About Us

"It's about Microsoft Excel"