Skip to main content
Version: Streamsheets 2.5

LEN

Counts characters in given text.

Syntax

=LEN(Text)

Arguments

NameDescription
TextText to count characters of.

Return

Number of characters in Text.

Examples

FormulaResultComment
=LEN("Somewhere")
9