How to use the ERROR.TYPE function
Author: Oscar Cronquist Article last updated on May 04, 2022
The ERROR.TYPE function returns a number that represents one of the error values in Excel.
Table of Contents
1. ERROR.TYPE Function Syntax
ERROR.TYPE(error_val)
2. ERROR.TYPE Function Arguments
error_val | Required. A cell reference to an error value that you want to know the number of. |
error_val | ERROR.TYPE |
#NULL! | 1 |
#DIV/0! | 2 |
#VALUE! | 3 |
#REF! | 4 |
#NAME? | 5 |
#NUM! | 6 |
#N/A! | 7 |
#GETTING_DATA | 8 |
The ERROR.TYPE function returns #N/A! error if there is no error value in the argument.
3. ERROR.TYPE Function example
Formula in cell C3:
=ERROR.TYPE(B3)
Functions in 'Information' category
The ERROR.TYPE function function is one of many functions in the 'Information' category.
Gets information about the formatting, location, or the contents of a cell.
Returns a number that represents one of the error values in Excel.
Returns information about the current operating environment, file path, number of active worksheets, Excel version etc.
Returns TRUE if the argument is an empty cell, returns FALSE if not.
Returns TRUE if a cell returns an error, except error value #N/A.
Returns TRUE if a cell contains an error.
Returns TRUE if a cell contains a formula, FALSE if text, number or boolean value.
Returns TRUE if value is boolean. A boolean value is either TRUE or FALSE.
Returns TRUE if value is a #N/A error.
Returns TRUE if value is not text, also returns TRUE if cell is empty.
Checks if a value is a number, returns TRUE or FALSE.
Returns TRUE if a cell contains an odd number, FALSE if even number.
Returns TRUE if value refers to a reference.
Returns TRUE if argument is text.
Returns a value converted into a number.
Returns the error value #N/A meaning "value is not available".
Returns the sheet number of the cell reference sheet.
Returns the number of sheets in a reference.
Use TYPE to find out what type of data is returned by a function or formula.
How to comment
How to add a formula to your comment
<code>Insert your formula here.</code>
Convert less than and larger than signs
Use html character entities instead of less than and larger than signs.
< becomes < and > becomes >
How to add VBA code to your comment
[vb 1="vbnet" language=","]
Put your VBA code here.
[/vb]
How to add a picture to your comment:
Upload picture to postimage.org or imgur
Paste image link to your comment.
Contact Oscar
You can contact me through this contact form