ISNOTERRORSyntax =ISNOTERROR(expression) Arguments ArgumentTypeDescriptionexpressionAnyThe expression to test Examples =ISNOTERROR(1 + [1, 2, 3]) → false =ISNOTERROR(1 + 2) → trueUpdated 3 months ago ISERRORISNUMBERSyntaxArgumentsExamples