Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Y9 Assessment Revision

Total questions: 14

Worksheet time: 7mins

Name
Class
Date
1.

What formula do you type to calculate the total scores for a student?

a)

=Average

b)

=Sum

c)

=Max

d)

=Min

2.

What formula do you type to calculate the Average scores for a student?

a)

=SUM

b)

=Average

c)

=Max

d)

=Min

3.

In Excel, which formula will calculate the product (multiplication) of the numbers in cells B2 through B5?

a)

=SUM(B2:B5)

b)

=MULTIPLY(B2:B5)

c)

=PRODUCT(B2:B5)

d)

=B2*B3*B4*B5

4.

Which formula returns the largest number in cells C1 to C5?

a)

=MAX(C1:C5)

b)

=LARGEST(C1:C5,1)

c)

=BIGGEST(C1:C5)

d)

=MAXIMUM(C1:C5)

5.

What does the formula =COUNT(E1:E10) do?

a)

Adds all numbers in E1 to E10

b)

Counts the number of numeric values in E1 to E10

c)

Finds the average of values in E1 to E10

d)

Counts all cells in E1 to E10, including text

6.

If the range A1:A5 contains the values: 12, “Hello”, 45, “Excel”, 78, what will =COUNT(A1:A5) return?

a)

5

b)

3

c)

2

d)

0

7.

Which function should you use to count all non-empty cells, including text and numbers?

a)

COUNT

b)

COUNTA

c)

COUNTIF

d)

SUM

8.

The COUNT function will ignore which of the following?

a)

Numbers

b)

Dates

c)

Text

d)

Decimal values

9.

Which of the following is the correct syntax of the SUMIF function in Excel?

a)

=SUMIF(range, sum_range, criteria)

b)

=SUMIF(criteria, range, sum_range)

c)

=SUMIF(range, criteria, sum_range)

d)

=SUMIF(sum_range, range, criteria)

10.

Which of the following formulas correctly adds sales in column C where the region in column A is "North"?

a)

=SUMIF(C:C,"North",A:A)

b)

=SUMIF(A:A,"North",C:C)

c)

=SUMIF("North",A:A,C:C)

d)

=SUMIF(A2:A10,C2:C10,"North")

11.

In the formula =SUMIF(A2:A8, "<=100", B2:B8), what does the criteria "<=100" mean?

a)

Greater than 100

b)

Equal to 100 only

c)

Less than or equal to 100

d)

Not equal to 100

12.

Which formula correctly adds values in C2:C10 where B2:B10 equals “Completed”?

a)

=SUMIF(C2:C10,"Completed",B2:B10)

b)

=SUMIF(B2:B10,"Completed",C2:C10)

c)

=SUMIF("Completed",B2:B10,C2:C10)

d)

=SUMIF(B:B,C:C,"Completed")

13.

What does the formula =SUM(B2:B6) do in Excel?

a)

Multiplies the values in cells B2 to B6

b)

Adds the values in cells B2 to B6

c)

Finds the average of the values in cells B2 to B6

d)

Counts the number of values in cells B2 to B6

14.

In Excel, which formula will calculate the product (multiplication) of the numbers in cells B2 through B5?

a)

=SUM(B2:B5)

b)

=MULTIPLY(B2:B5)

c)

=PRODUCT(B2:B5)

d)

=B2*B3*B4*B5