by Ilker | Oct 26, 2021 | Excel Tips & Tricks
Errors may be inevitable in worksheets containing complex formulas. Thankfully, you do not need to investigate and correct each of them. It is OK to hide errors you expect and not to correct them to improve the look and feel of your worksheet. In this guide, we’re...
by Ilker | Dec 13, 2019 | Excel Tips & Tricks
A #REF! error in Excel indicates an invalid reference. This pesky error can pop up after removing a sheet, rows or columns, or copying a formula. In this guide, we’re going to show you how to prevent a #REF error in Excel. Download Workbook There are 3 common...
by Ilker | Aug 29, 2019 | Excel Formulas
The ERROR.TYPE function is an Information formula that returns an index number corresponding to a specific error value in Microsoft Excel. If there are no errors in the target cell(s), the function returns another error value, #N/A. This function can be especially...
by Ilker | Jun 28, 2019 | Excel Formulas
The ISERROR Excel function is an Information formula that returns TRUE if the target value contains an error value, and FALSE if it does not. As the name suggests, the formula asks the question “Is error?” to its argument, and returns a Boolean result....
by Ilker | Jun 27, 2019 | Excel Formulas
The ISERR Excel function is an Information formula that returns TRUE, if the reference value is an error code (except for #N/A), and FALSE otherwise. As the name suggests, the formula asks the “Is error?” question, and can be especially useful for...
by Ilker | Apr 4, 2019 | Excel Formulas
ISNA Excel function is an Information formula that checks whether the specified value is an #N/A (not applicable) error. The function returns a Boolean value – TRUE if there is an #N/A error, and FALSE if not. In this guide, we’re going to show you how to use...
by Ilker | Jan 23, 2019 | Excel Formulas
The IFERROR function evaluates a formula and returns a specified value if the formula generates an error. Otherwise, the function returns the result of the formula. In this guide, we’re going to show you how to use the IFERROR function and also go over some tips and...