Purpose
: Get the length of text.
Return value : A number
representing the lengh of the text.
Syntax
: =LEN (text)
Examples of Excel Len formula:
len("Shahul Hameed") = 13
len(A1) = length of the value in cell A1