LEN (Primitive Spread Function) returns the number of characters in a text string.
SYNTAX:
LEN(value)
REMARKS:
The value argument is the text whose length you want to find. Spaces count as characters.
Arguments must be strings or cell references to string values.
EXAMPLES:
LEN("FarPoint Technologies, NC") equals 25