LEN, LENB function
Summary
Returns the number of characters in a text string
Syntax
LEN(text)
The LEN function's syntax has the following arguments:
• Text Required. The text whose length you want to find. Spaces count as characters.
• Text Required. The text whose length you want to find. Spaces count as characters.
Example
=LEN(B1)
=LEN(B2)
=LEN(B3)
=LEN(B2)
=LEN(B3)