0
0
Google Sheetsspreadsheet~10 mins

LEN function in Google Sheets - 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.

Google Sheets
=LEN([1])
Drag options to blanks, or click blank then click option'
A1A
BB1
CA1
DLEN
Attempts:
3 left
💡 Hint
Common Mistakes
Using a wrong cell reference like B1 or 1A.
Putting the function name LEN inside itself.
2fill in blank
medium

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

Google Sheets
=LEN([1])
Drag options to blanks, or click blank then click option'
AB2
BA2
CC2
DLEN
Attempts:
3 left
💡 Hint
Common Mistakes
Using a different cell reference like A2 or C2.
Putting the function name LEN inside itself.
3fill in blank
hard

Fix the error in the formula to correctly find the length of the text in cell C3.

Google Sheets
=LEN([1])
Drag options to blanks, or click blank then click option'
AC
B3C
CLEN
DC3
Attempts:
3 left
💡 Hint
Common Mistakes
Swapping the row and column like '3C'.
Using the function name or partial cell references.
4fill in blank
hard

Fill both blanks to create a formula that finds the length of the text in cell D4 and adds 5.

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

Fill all three blanks to create a formula that finds the length of the text in cell E5, multiplies it by 2, and then subtracts 3.

Google Sheets
=(LEN([1])[2]2)[3]3
Drag options to blanks, or click blank then click option'
AE5
B*
C-
D+
Attempts:
3 left
💡 Hint
Common Mistakes
Using wrong cell references.
Using addition instead of subtraction.
Using wrong operators for multiplication.