LEN
Counts characters in given text.
Syntax
=LEN(Text)
Arguments
Name | Type | Description |
---|---|---|
Text | String | Text to count characters of. |
Return
Type | Description |
---|---|
Number | Number of characters in Text. |
Examples
Formula | Result | Comment |
---|---|---|
| 9 |
Counts characters in given text.
Syntax
=LEN(Text)
Arguments
Name | Type | Description |
---|---|---|
Text | String | Text to count characters of. |
Return
Type | Description |
---|---|
Number | Number of characters in Text. |
Examples
Formula | Result | Comment |
---|---|---|
| 9 |