Integer
Summary
The Integer
data type can be explicitly used for some integrations which require strict numeric types.
Examples
Detect return value type of LEN() function:
A | B | C | |
---|---|---|---|
1 | some text | =LEN(A1) | =TYPE_OF(B1) |
Result:
A | B | C | |
---|---|---|---|
1 | some text | 9 | integer |