0
0
Excelspreadsheet~10 mins

Why structured data enables analysis in Excel - Test Your Understanding

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

Complete the formula to sum values in cells A1 to A5.

Excel
=SUM([1])
Drag options to blanks, or click blank then click option'
AA1-A5
BA1+A5
CA1:A5
DA1;A5
Attempts:
3 left
💡 Hint
Common Mistakes
Using '+' instead of ':' to specify a range
Using ';' which is not valid for ranges
Subtracting cells instead of summing
2fill in blank
medium

Complete the formula to count how many cells in B1 to B10 contain numbers.

Excel
=COUNT([1])
Drag options to blanks, or click blank then click option'
AB1-B10
BB1:B10
CB1;B10
DB1+B10
Attempts:
3 left
💡 Hint
Common Mistakes
Using '-' or '+' instead of ':' for ranges
Using ';' which is invalid for ranges
3fill in blank
hard

Fix the error in this formula to find the average of cells C1 to C8.

Excel
=AVERAGE([1])
Drag options to blanks, or click blank then click option'
AC1:C8
BC1;C8
CC1-C8
DC1+C8
Attempts:
3 left
💡 Hint
Common Mistakes
Using '-' which subtracts cells
Using ';' which is invalid for ranges
Using '+' which adds cells
4fill in blank
hard

Fill both blanks to create a formula that counts cells in D1 to D12 that are greater than 5.

Excel
=COUNTIF([1], [2])
Drag options to blanks, or click blank then click option'
AD1:D12
B>5
CD1;D12
D<5
Attempts:
3 left
💡 Hint
Common Mistakes
Using semicolon ';' instead of colon ':' for range
Using wrong comparison operator in condition
5fill in blank
hard

Fill all three blanks to create a formula that sums values in E1 to E10 only if they are less than 20.

Excel
=SUMIF([1], [2], [3])
Drag options to blanks, or click blank then click option'
AE1:E10
B<20
D>20
Attempts:
3 left
💡 Hint
Common Mistakes
Using wrong operators in condition
Mixing up range and sum_range arguments