Excel TYPE function
Function TYPE
Description Excel TYPE function returns a numerical value from which we can understand the type of the value.
Syntax TYPE(value)
value The value to check the type of.
| Type code |
Meaning |
| 1 | Number |
| 2 | Text |
| 4 | Logical value |
| 16 | Error value |
| 64 | Array |