The Excel Iserr and Iserror Functions both test a value and return True or False depending on whether the value is an error or not.
However, the two functions differ in the following way:
The Excel Iserr function tests if an initial supplied expression (or value) returns any Excel Error, except the #N/A error. If so, the function returns the logical value TRUE; If the supplied value is not an error or is the #N/A error, the Iserr function returns FALSE.
The syntax of the function is:
Where the value argument is the expression or value to be tested.
Column B of the following spreadsheet shows examples of the Excel Iserr function.
Formulas:
|
Results:
|
In the above examples, the arguments supplied to the Iserr function are:
See the Excel Formula Errors page for further details on the different types of Excel error messages.
Also, see the Microsoft Office website for further information on the Excel 'Is' functions.