The number of characters in a text string is returned by this method.
Syntax:
=LEN (text)
Parameter list:
text – The text for which the length should be calculated.
Example :
In this example, we use the Len function to determine the length of each text, and you can see that the length of the last word, ‘This,’ is represented as 5, despite the fact that the word ‘This’ only has four characters. This is due to the presence of a single space character following the character’s’. The TRIM function can be used to eliminate extra space.
Ask Your Query