Goal: Reveal the numeric code for a data type.
TYPE classifies data into 5 categories. Useful for testing if a cell contains an Array or Error.
TYPE(Date) returns 1.
TYPE(EmptyCell) returns 1 (Number) because empty cells are treated as 0 in math operations. Use ISBLANK to check for emptiness instead.