How to determine the length of a string using LEN function in Microsoft Excel?

This is another one of the core Text functions you should know in Excel.  This function is used the return the length of the text string in question. You might wonder when you would use this, but as soon as you start to manipulate text in Excel, it is one of the the key functions that will be really useful in your Excel box of tricks.
 
When I said the LEN function is used to return the length of the text string, EVERY character is included, so that means spaces, punctuation, numbers as well as letters.
 
Let’s look at an example or two to prove how this works.
 
A range of text strings has been types in cells A2 to A5, these are under the column header Source of Data.  Column B holds to formula=LEN(A2) etc.  The result of the formula for clarity is contained in Column C.
 
 
So, if you are counting along the number of characters, you will see that Hello World is actually listed as having 11 characters in C3, but 13 characters in C4, that is because the characters in C4 string are actually “Hello World  ” (with two spaces after World).
 
This kind of detail is needed if you are dealing with formulas, and it can be time consuming and tedious to have to count characters.  As can be seen, you can get Excel to do all of the hard work by using the LEN formula.

* Note: You can also determine the length of a string using the simple tool provided below: