Returns the number of characters (length) in the given text, including spaces.
Syntax
Remarks
The LEN function includes space and non-printable characters in the total count.
Examples
Formula | Result |
=LEN("Zoho Sheet") | 10 |
=LEN(A3) | 11 |
=LEN("Functions") | 9 |
Possible Errors
Errors | Meaning |
#N/A! |
|
#NAME! |
|
#VALUE! |
|
#REF! |
|
Similar Functions