|
|
Quote:
Originally Posted by sumesh56
is it possible to get the number of letters of a word ? purpose is i want to get the number of letters including space in a string.
for example the following string is in col A1
101 pari malar i should get 14 in col B1
(3) + (4) + (5) +3 spaces
|
Hi,
In B1 type =LEN(A1)
|