ISERR Function Explained
The ISERR
Function in Microsoft Excel returns TRUE
if the value provided as an argument is an #ERROR!
value, and FALSE
otherwise. It is used to check if a formula or expression has resulted in an error.
ISERR Function Syntax
ISERR(value)
- value: The value that you want to test. It can be a value, a cell reference, or a formula.