FUNCTION LEN
LEN
This function returns the number of characters in a text string.
This function always counts each character, whether single-byte or double-byte, as 1, no matter what the default language setting is.
How does it work?
=LEN(text)
Text is the text itself in inverted commas or the cell reference of the text whose length you want to find. Spaces count as characters.
This function returns the number of characters in a text string.
This function always counts each character, whether single-byte or double-byte, as 1, no matter what the default language setting is.
How does it work?
=LEN(text)
Text is the text itself in inverted commas or the cell reference of the text whose length you want to find. Spaces count as characters.
Comments
Post a Comment
Your Valuable Comments are Appreciated