LENB
Description
LENB returns the number of bytes in the supplied text string.
Syntax
LENB ( text )
Parameter |
Description |
text |
Any text string. Spaces in the string are counted as bytes. |
Examples
This function returns 11:
LENB("3rd Quarter")
This function returns 3:
LENB("1-3")
Also, see