Skip to Content

LEN

Returns the number of characters in a text string

Syntax

LEN(text)

Parameters

  • text: Required. The text whose length you want to find. Spaces count as characters.

Example

=LEN("Phoenix, AZ")
Returns: NumberSince: Excel 2003