LEN

Syntax

LEN (Text)

Description

The LEN FUNCTION returns the number of characters in text string.

Returns

The number of characters in text string.

Example

LEN("StringFun") returns 9.