| Syntax |
| =LEN(text) |
| Purpose / Description |
| Returns the count of characters in the text string. |
| Arguments |
| Name |
Type |
Description |
| text |
text string |
A constant, reference or nested expression that returns the text string whose character count is to determined. |
| Return Values |
| Type |
Specific Value |
Description |
| number |
|
The count of characters in the text string. This can be a value in the range 0 to 32,767. |
| error |
|
Any errors referenced by arguments are returned due to propagation of error values. |
| Notes / Comments / Advice / Warnings |
| Examples: |
Open / download sample workbook: LEN.xlsx |
| |