Practice - 5 Tasks
Answer the questions below
1fill in blank
easyComplete the formula to select the range A1 to B5 for the chart data.
Excel
=SUM([1]) Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Using a dash '-' instead of a colon ':'
Using semicolon ';' or underscore '_' which are invalid for ranges
✗ Incorrect
The correct range format in Excel uses a colon ':' between start and end cells, like A1:B5.
2fill in blank
mediumComplete the formula to select the first 3 rows in column C for the chart.
Excel
=AVERAGE([1]) Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Using dash '-' or semicolon ';' instead of colon ':'
Using underscore '_' which is not valid for ranges
✗ Incorrect
Excel uses a colon ':' to specify a range, so C1:C3 selects cells C1 to C3.
3fill in blank
hardFix the error in the formula to select data from cells D2 to D10 for the chart.
Excel
=SUM([1]) Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Using dash '-' which subtracts values instead of selecting a range
Using semicolon ';' or underscore '_' which are invalid range separators
✗ Incorrect
The correct way to specify a range in Excel is with a colon ':', so D2:D10 selects cells from D2 to D10.
4fill in blank
hardFill both blanks to create a formula that sums values in column E from row 1 to row 7.
Excel
=SUM([1]:[2])
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Using dash '-' instead of colon ':'
Putting the separator before the start cell
✗ Incorrect
The colon ':' separates the start and end cells.
5fill in blank
hardFill both blanks to create a formula that averages values from cells F3 to F8.
Excel
=AVERAGE([1]:[2])
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Using dash '-' instead of colon ':'
Reversing the order of start and end cells
✗ Incorrect