ISNOTERRORReturns true if the provided expression does not result in an error. Suggest EditsSyntax =ISNOTERROR(expression) Arguments ArgumentTypeDescriptionexpressionAnyThe expression to test Examples =ISNOTERROR(1 + [1, 2, 3]) → false =ISNOTERROR(1 + 2) → trueUpdated 9 months ago Table of Contents Syntax Arguments Examples