Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting number of cells that make up a sum.. | Excel Discussion (Misc queries) | |||
Counting number of cells that contain certain text but not cell tw | Excel Worksheet Functions | |||
Counting a specific number only if an adjacent cell has something | Excel Discussion (Misc queries) | |||
counting if a value exceeds a specified number | Excel Discussion (Misc queries) | |||
Number Counting | Excel Discussion (Misc queries) |