ISERRORReturns true if the provided expression results in an error.Suggest EditsSyntax =ISERROR(expression) Arguments ArgumentTypeDescriptionexpressionAnyThe expression to test Examples =ISERROR(1 + [1, 2, 3]) → true =ISERROR(1 + 2) → falseUpdated almost 2 years ago Table of Contents Syntax Arguments Examples