Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Excel Functions Quiz

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What does the SUM function do in Excel?

a)

Adds all numbers in a selected range

b)

Finds the largest number in a range

c)

Finds the smallest number in a range

d)

Counts the number of cells

2.

Which function is used to find the highest value in a range?

a)

AVERAGE()

b)

MAX()

c)

MIN()

d)

COUNT()

3.

What does the MIN function return?

a)

The total of all numbers in a range

b)

The highest number in a range

c)

The lowest number in a range

d)

The average of a range

4.

What is the purpose of the AVERAGE function in Excel?

a)

Finds the highest value in a range

b)

Finds the lowest value in a range

c)

Finds the sum of numbers in a range

d)

Finds the mean of numbers in a range

5.

Which of the following is a correct formula to get the sum of cells A1 to A10?

a)

=ADD(A1:A10)

b)

=SUM(A1:A10)

c)

=TOTAL(A1:A10)

d)

=COUNT(A1:A10)

6.

If you enter =MAX(4, 8, 2, 10, 5), what will be the result?

a)

2

b)

4

c)

10

d)

8

7.

What will =MIN(12, 7, 19, 5, 10) return?

a)

12

b)

7

c)

5

d)

10

8.

What does =AVERAGE(5,10,15,20,25) return?

a)

10

b)

15

c)

20

d)

25

9.

What is an absolute reference in Excel?

a)

A reference that changes when copied to another cell

b)

A reference that remains fixed when copied

c)

A reference that only applies to formulas

d)

A reference that calculates absolute values

10.

How do you make a cell reference absolute in Excel?

a)

Add $ before the column and row (e.g., $A$1)

b)

Add # before the cell address (e.g., #A1)

c)

Use ABS(A1)

d)

Type the reference in bold

11.

If cell A1 contains 10 and B1 contains 5, what will =A1 + $B$1 return if copied to C2?

a)

15

b)

10

c)

5

d)

Error

12.

If =SUM(A1:A5 * B1:B5) is used, what error will it return?

a)

#VALUE!

b)

#NAME?

c)

#REF!

d)

#DIV/0!

13.

Which function will return the highest number from cells A1 to A10?

a)

=SUM(A1:A10)

b)

=MAX(A1:A10)

c)

=AVERAGE(A1:A10)

d)

=COUNT(A1:A10)

14.

If =SUM(A1:A5) + AVERAGE(B1:B5) is used, what is calculated?

a)

The sum of A1 to A5 and the average of B1 to B5

b)

The sum of both ranges

c)

The highest value in both ranges

d)

The lowest value in both ranges

15.

If =AVERAGE(A1:A5, B1:B5) is used, what does it do?

a)

Finds the average of A1:A5

b)

Finds the average of B1:B5

c)

Finds the combined average of both ranges

d)

Adds both ranges

16.

Which of the following is NOT a correct use of the SUM function?

a)

=SUM(A1:A5)

b)

=SUM(A1, A2, A3)

c)

=SUM(A1:A5, B1:B5)

d)

=SUM(A1 to A5)

17.

If A1 = 100, A2 = 200, and A3 = 300, what is the result of =AVERAGE(A1:A3)?

a)

100

b)

200

c)

300

d)

600

18.

If you type =SUM(A1:A5, B1:B5, C1:C5), what will it return?

a)

The sum of all numbers in A1:A5

b)

The sum of all numbers in A1:A5 and B1:B5

c)

The sum of numbers from A1:A5, B1:B5, and C1:C5

d)

The average of all values

19.

What happens if you use =MAX(A1:A5) - MIN(A1:A5)?

a)

It returns the sum of the highest and lowest values

b)

It returns the range (difference between the highest and lowest value)

c)

It returns the total sum of the values

d)

It returns an error

20.

If you want to calculate the total sales from January to December in column B, which formula should you use?

a)

=SUM(B1:B12)

b)

=AVERAGE(B1:B12)

c)

=MAX(B1:B12)

d)

=MIN(B1:B12)