top menu gradient

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:

ABC
1some text
=LEN(A1)
=TYPE_OF(B1)

Result:

ABC
1some text9integer
Contents