Разрешете JavaScript в браузъра, за да се показват страниците от помощта на LibreOfficeDev.

LEN

Returns the length of a string including spaces.

Синтаксис

LEN("Text")

Text is the text whose length is to be determined.

Пример

=LEN("Good Afternoon") returns 14.

=LEN(12345.67) returns 8.