While working with Microsoft Excel, did you get any situation where you need to count the number of characters in a cell or string? I believe most of your answers are YES. In the said scenario “LEN” function will help you to find the solution. We will be learning the Microsoft Excel “LEN” in detail, so stay with us and continue reading…
=LEN(text)
text argument, is used for counting number of characters in available string.
LEN Function has only one argument i.e. text, which makes the function easy to apply and understand. We need to give the cell reference of the string to the text argument.
If cell reference is not correctly provided in the function, then it will give output as “#VALUE!” (Error). So always ensure that function parameters are correctly applied to get the appropriate results/output.
LEN function is very advantageous in many ways. It helps for the document where count of characters from an available string is required. Counting characters from an available string manually (one by one) in a report is very difficult and LEN Function helps to apply the function in large database at once and makes the work easy, saves time and increases efficiency.
– Number formatting will be ignored i.e. $10,000.00 output result will be 5 (for 10000) ignoring “$”/”,”/”.00” number formatting
– Space available in a string is counted as character
– Function should give output in “General” format, however if output is not as per the desired format then we need to change the cell format to “GENERAL”.
text argument, “Column A” contains strings and characters needs to be counted.
Explanation:
– Cell “A2” has string i.e. “Happiness” with total 9 characters as per function output in cell “B2
– Cell “A5” has string i.e. “Happiness + 2 spaces” that is why function output is 11 as per cell “B5”
– Cell “A9” has numeric value i.e. 10000 with number formatting, output returns value ignoring number formatting i.e. $/,/.00
Hope you learnt this Function,
Don’t forget to leave your valuable comments!
If you liked this article and want to learn more similar tricks, please Subscribe us or follow us on Social Media by clicking below buttons:
Scroll Lock in Excel can make scrolling, selecting cells, checking formulas, entering data, and recording macros harder. So, you might need to turn it off to work normally. In this article, we’ll show you how…
What is Excel Cell Reference? Excel Cell references are the names of cells. A cell reference has a letter and a number. The letter comes from the column (A, B, C…) and the number comes…
This step-by-step guide will show you how to easily do mail merge in Word using an Excel sheet.
Mail Merge can save you a lot of time when you need to send letters or emails to many people. It helps you create personalized letters, emails, or labels in Word by combining the information from your Excel sheet. This guide gives an overview of the main steps and explains how to do a mail merge from Excel in an easy way
TRIM function is used to remove the additional spaces (i.e. spaces before/after/between the words) except for single space between words.
Have you ever got into situation in office where you need to count the cells in Excel sheet with specific color? If yes then you can use following code which counts the number of cells…
SUMIF function is used to get the “total sum” for number of times the criteria across range is met. SUMIF Function has two required arguments.
Very well explained LEN function.