TYPE Function Explained
The TYPE
Function in Microsoft Excel returns a number that corresponds to the type of value in a cell. It can be used to determine if a cell contains a number, text, error, logical value, or empty cell. The syntax for the TYPE
Function is TYPE(value)
, where value
is the value or cell reference to check.
TYPE Function Syntax
TYPE(value)
- value: The value for which you want to know the data type.