ERROR.TYPE
The ERROR.TYPE
function in Google Sheets returns a number corresponding to the error value in a different cell.
Function Syntax and Parameters
Syntax: ERROR.TYPE(reference)
Parameters:
reference
: The cell reference that contains the error value.
Step-by-Step Tutorial
- Using
ERROR.TYPE
with a cell reference:- Example: If cell
A1
contains an error value,=ERROR.TYPE(A1)
will return the corresponding error number.
- Example: If cell
Use Cases and Scenarios
- Error Analysis: Identify the specific error type in a cell for further analysis.