Author: Oscar Cronquist Article last updated on May 04, 2022

The ISERR function returns TRUE if a cell returns an error, except error value #N/A.

1. ISERR Function Syntax

ISERR(value)

Back to top

2. ISERR Function Arguments

value Required. The value you want to check for an error.

Back to top

3. ISERR Function example

Formula in cell C6:

=ISERR(B6)