Documentation/Calc Functions/LEN
Jump to navigation
Jump to search
TDF LibreOffice Document Liberation Project Community Blogs Weblate Nextcloud Redmine Ask LibreOffice Donate
Function name:
LEN
Category:
Text
Summary:
Returns the length of a string including spaces.
Syntax:
LEN("Text")
Returns:
Arguments:
Text is the text whose length is to be determined.
Additional details:
Examples:
=LEN("Good Afternoon") returns 14.
=LEN(12345.67) returns 8.