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.

请支持我们!