ERRORTYPE
Returns a numeric code classifying an error: 2=#DIV/0!, 3=#VALUE!, 4=#REF!, 5=#NAME?, 6=#NUM!, 7=#N/A. Throws #N/A if the argument is not an error.
| Category | Information |
| Syntax | ERRORTYPE(value) |
Parameters
| Parameter | Required | Description |
|---|---|---|
value | Required | The value or expression to classify. |
Example
ERRORTYPE(value)
Auto-generated from the EngCanvas function registry.