SyntaxFix
Write A Post
Hire A Developer
Questions
This will return TRUE for #VALUE! errors (ERROR.TYPE = 3) and FALSE for anything else.
TRUE
#VALUE!
FALSE
=IF(ISERROR(A1),ERROR.TYPE(A1)=3)