The LEN function returns the number of characters in a text string. Spaces are counted as characters.
For example,
LEN("The Queen of England")
returns 20.
See also:
Other text functions