Skip to main content
Version: Streamsheets 3.0

LEN

Counts characters in given text.

Syntax

=LEN(Text)

Arguments

NameTypeDescription
TextStringText to count characters of.

Return

TypeDescription
NumberNumber of characters in Text.

Examples

FormulaResultComment
=LEN("Somewhere")
9