LEN
Description
Returns the number of characters in the specified text.
Syntax
LEN(
text
)
- text: The text to evaluate.
Example
Formula | Result |
|---|---|
=LEN(A1)
Where cell A1 contains
Regional Sales Manager
.
| 22 |