LENGTH Function

The LENGTH function returns the length of a character expression.

Syntax

LENGTH(expression)

Example

LENGTH("ABCDEF")

The cell will contain the value 6.

Related Topics