0
0
Excelspreadsheet~5 mins

LEN function in Excel - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does the LEN function do in Excel?
The LEN function counts the number of characters in a text string, including spaces and punctuation.
Click to reveal answer
beginner
Write the formula to find the length of the text in cell A1.
Use =LEN(A1) to get the number of characters in cell A1.
Click to reveal answer
beginner
Does LEN count spaces in a text string?
Yes, LEN counts all characters including spaces, punctuation, and special characters.
Click to reveal answer
beginner
What will =LEN("") return?
It returns 0 because the text string is empty and has no characters.
Click to reveal answer
intermediate
How can LEN help when cleaning data?
LEN helps find cells with unexpected extra spaces or missing text by showing the character count.
Click to reveal answer
What does the formula =LEN("Hello World") return?
A11
B12
C10
D9
Which of these is a correct use of LEN to count characters in cell B2?
A=LEN(B2)
B=LENGTH(B2)
C=COUNT(B2)
D=SIZE(B2)
If cell C3 contains " Excel ", what does =LEN(C3) count?
A5
B7
C8
D9
What does =LEN(12345) return in Excel?
A12345
BError
C5
D0
Which of these is NOT counted by LEN?
ASpaces
BHidden formatting
CLetters
DPunctuation
Explain how the LEN function works and give an example of when you might use it.
Think about how you check the length of a word or sentence.
You got /4 concepts.
    Describe how LEN treats spaces and numbers when counting characters.
    Consider what happens if you count characters in a number or a sentence with spaces.
    You got /3 concepts.