0
0
Excelspreadsheet~10 mins

Why formulas automate calculations 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 - instead of +
Using * or / which multiply or divide
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-B5
CA1:A5
DA1*5
Attempts:
3 left
💡 Hint
Common Mistakes
Using minus or plus signs instead of colon
Using multiplication which is not a range
3fill in blank
hard

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

Excel
=A1 [1] 10
Drag options to blanks, or click blank then click option'
A+
B/
C-
D*
Attempts:
3 left
💡 Hint
Common Mistakes
Using + or - which add or subtract
Using / which divides
4fill in blank
hard

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

Excel
=[1]([2])/5
Drag options to blanks, or click blank then click option'
ASUM
BAVERAGE
CB1:B5
DA1:A5
Attempts:
3 left
💡 Hint
Common Mistakes
Using AVERAGE function instead of SUM
Using wrong cell ranges
5fill in blank
hard

Fill all three blanks to create a formula that counts how many cells in C1:C10 are greater than 50.

Excel
=COUNTIF([1], "[2][3]")
Drag options to blanks, or click blank then click option'
AC1:C10
B>
C50
DB1:B10
Attempts:
3 left
💡 Hint
Common Mistakes
Using wrong cell range
Using < instead of >
Forgetting quotes around >50 in actual Excel