Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
ISERR is similar to ISERROR but deliberately excludes #N/A, returning FALSE when the value is #N/A and TRUE for all other errors (#VALUE!, #REF!, #DIV/0!, #NAME?, #NUM!, #NULL!). Use it when #N/A has a distinct meaning (e.g., item not found) and you want to treat it differently from calculation errors.
=ISERR(A2)=ISERR(A2)Computed by a real spreadsheet engine on the sample data below.
| Value | IsErr? |
| Hello | FALSE |
| #VALUE! | TRUE |
| World | FALSE |
=ISERR(A2)→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: “Flag calculation errors in my sheet but leave #N/A values visible”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: