Returns the number of characters in a text string.
Syntax
LEN(text)
Text is the text whose length you want to find. Spaces count as characters.
Examples
LEN("Phoenix, AZ") equals 11
LEN("Phoenix, AZ")
LEN("") equals 0
LEN("")