0
0
Google Sheetsspreadsheet~10 mins

Selecting cells, rows, and columns 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 select cell B2 in Google Sheets.

Google Sheets
=INDIRECT("[1]")
Drag options to blanks, or click blank then click option'
AC3
BA1
CD4
DB2
Attempts:
3 left
💡 Hint
Common Mistakes
Forgetting to put the cell reference in quotes.
Using a wrong cell reference like A1 instead of B2.
2fill in blank
medium

Complete the formula to select the entire row 3 in Google Sheets.

Google Sheets
=INDIRECT("[1]")
Drag options to blanks, or click blank then click option'
A3:3
BA3
C3
DA:A
Attempts:
3 left
💡 Hint
Common Mistakes
Using a single number without colon.
Using a cell reference like A3 instead of a row range.
3fill in blank
hard

Fix the error in the formula to select column D in Google Sheets.

Google Sheets
=INDIRECT("[1]")
Drag options to blanks, or click blank then click option'
A4:4
BD
CD:D
DD4
Attempts:
3 left
💡 Hint
Common Mistakes
Using just "D" without colon.
Using a row range like "4:4" instead of a column range.
4fill in blank
hard

Fill both blanks to select cells from B2 to D4 in Google Sheets.

Google Sheets
=INDIRECT("[1]:[2]")
Drag options to blanks, or click blank then click option'
AB2
BD4
CA1
DC3
Attempts:
3 left
💡 Hint
Common Mistakes
Swapping the start and end cells.
Using cells outside the intended range.
5fill in blank
hard

Fill both blanks to select cells from column A, rows 1 to 5 in Google Sheets.

Google Sheets
=INDIRECT("[1]:[2]")
Drag options to blanks, or click blank then click option'
AA1
BA5
CB1
DB5
Attempts:
3 left
💡 Hint
Common Mistakes
Using cells from different columns.
Swapping the start and end cells.