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.

Please support us!