Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
ISERROR checks whether a value or formula result is any kind of error, returning TRUE for all error types including #N/A. It is frequently paired with IF to suppress error display or to provide fallback values when lookups or calculations fail.
=ISERROR(A2/B2)=ISERROR(A2/B2)Computed by a real spreadsheet engine on the sample data below.
| Numerator | Divisor | IsError? |
| 10 | 2 | FALSE |
| 5 | 0 | TRUE |
| 8 | 4 | FALSE |
=ISERROR(A2/B2)→FALSE
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “Hide division errors in my calculation column and show zero instead”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: