LEN

Returns the number of characters in the provided string.

Usage

LEN(text)

Parameters

text

String

The string to get the length of.

Returns

Number

Examples

LEN(‘This is great’)

13

LEN(‘This is great!!’)

15

Remarks

N/A