0
0
Excelspreadsheet~10 mins

Why automation saves hours 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 add values in cells A1 and B1.

Excel
=A1[1]B1
Drag options to blanks, or click blank then click option'
A+
B*
C-
D/
Attempts:
3 left
💡 Hint
Common Mistakes
Using minus or multiplication instead of addition.
Forgetting to use an operator.
2fill in blank
medium

Complete the formula to calculate the average of cells A1 to A5.

Excel
=AVERAGE([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 a minus sign instead of a colon.
Listing cells separated by commas without parentheses.
3fill in blank
hard

Fix the error in the formula to multiply cell B2 by 10.

Excel
=B2[1]10
Drag options to blanks, or click blank then click option'
A+
B*
C-
D/
Attempts:
3 left
💡 Hint
Common Mistakes
Using plus or minus instead of multiplication.
Using division operator by mistake.
4fill in blank
hard

Fill both blanks to create a formula that sums cells C1 to C5 and then divides by 5.

Excel
=[1](C1:C5)[2]5
Drag options to blanks, or click blank then click option'
ASUM
B+
C/
D-
Attempts:
3 left
💡 Hint
Common Mistakes
Using plus instead of division after the sum.
Using a function other than SUM.
5fill in blank
hard

Fill all three blanks to create a formula that counts how many cells in D1 to D10 are greater than 50.

Excel
=COUNTIF([1], [2][3])
Drag options to blanks, or click blank then click option'
AD1:D10
B""
C>50
D<50
Attempts:
3 left
💡 Hint
Common Mistakes
Forgetting the quotes around the condition.
Using the wrong range or condition.