-
Microsoft Excel Office 365
Learn How to Use Microsoft Excel ISERROR Function
In this article, you will learn how to use the Microsoft Excel ISERROR function and its prime function in Microsoft Excel. You will also get to know the Microsoft Excel ISERROR function return value and syntax with the help of some examples.
Microsoft Excel ISERROR Function
The main function of the Microsoft Excel ISERROR function is to test for any error. It implies with the help of the ISERROR function you can able to get the return value as the TRUE if there is any error including #N/A. You can also use the ISERROR function with the IF function to test for an error and display a custom message, and can also perform a different calculation if found.
Return Value of ISERROR Function
The return value will be the logical TRUE or FALSE.
Syntax of ISERROR Function
=ISERROR(value)
Where the arguments:
value: It is the value to check any errors.
How to Use Microsoft Excel ISERROR Function?
You can use the ISERROR function to get the specific errors in a particular cell including #N/A and - #VALUE!, #REF!, #DIV/0!, #NUM!, #NAME?, or #NULL! etc. Usually, the value is supplied as a cell address. The ISERROR function can be used to find the errors in more complex formulas as well.
Check out the list of all other articles:
- Learn How to Get nth Match in Microsoft Excel
- Learn How to Find Missing Values in Microsoft Excel
- Learn How to Get nth Smallest Value With Criteria in Microsoft Excel
- Learn How to Sort by Text Length in Microsoft Excel
- Learn How to Sort by Two Columns in Microsoft Excel
- Learn How to Sort by Random in Microsoft Excel
- Learn How to Sort by One Column in Microsoft Excel
- Learn How to Sort by Custom List in Microsoft Excel
Comments