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 9 months ago Table of Contents Syntax Arguments Examples