LEN
Returns the length of a given text (the number of characters)
Usage
LEN(text)
Parameters
text |
(Required) The text for which to count the characters |
Examples
More information
The LEN function counts all characters in the text, including spaces and special characters.