0
0
Excelspreadsheet~10 mins

LEN function in Excel - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the formula to find the length of the text in cell A1.

Excel
=LEN([1])
Drag options to blanks, or click blank then click option'
ALEN
BB1
C1
DA1
Attempts:
3 left
💡 Hint
Common Mistakes
Using a number instead of a cell reference.
Putting the function name inside the parentheses.
2fill in blank
medium

Complete the formula to count the characters in cell B2.

Excel
=LEN([1])
Drag options to blanks, or click blank then click option'
AB2
BA2
CC2
D2
Attempts:
3 left
💡 Hint
Common Mistakes
Using a wrong cell reference like A2 or C2.
Using a number instead of a cell reference.
3fill in blank
hard

Fix the error in the formula to count characters in cell C3.

Excel
=LEN([1])
Drag options to blanks, or click blank then click option'
A(C3
B[C3]
CC3
D{C3}
Attempts:
3 left
💡 Hint
Common Mistakes
Missing the opening parenthesis.
Using brackets or braces instead of parentheses.
4fill in blank
hard

Fill both blanks to create a formula that counts characters in cell D4 and multiplies by 2.

Excel
=LEN([1])[2]2
Drag options to blanks, or click blank then click option'
AD4
B+
C*
D-
Attempts:
3 left
💡 Hint
Common Mistakes
Using addition or subtraction instead of multiplication.
Using the wrong cell reference.
5fill in blank
hard

Fill all three blanks to create a formula that counts characters in cell E5, adds 3, and divides by 2.

Excel
=(LEN([1])[2]3)[3]2
Drag options to blanks, or click blank then click option'
AE5
B+
C/
D-
Attempts:
3 left
💡 Hint
Common Mistakes
Using subtraction instead of addition.
Using multiplication instead of division.
Using the wrong cell reference.