LEN
Returns the number of characters in a text string
Syntax
LEN(text)
Parameters
- text: Required. The text whose length you want to find. Spaces count as characters.
Example
=LEN("Phoenix, AZ")Returns the number of characters in a text string
LEN(text)
=LEN("Phoenix, AZ")