wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Spreadsheet Functions

Total questions: 8

Worksheet time: 4mins

Name
Class
Date
1.

All functions and formulas begin with which symbol?

a)

#

b)

/

c)

:

d)

=

2.

Which are the three essential elements to enter a function?

a)

Equal sign, function name and cell reference.

b)

Equal sign, cell reference and formula.

c)

Function name, data and cell reference.

d)

Function name and cell reference.

3.

What function will produce results that indicate whether a student has passed or failed a course by entering the text "Pass" or "Fail"

a)

Count

b)

Count A

c)

If

d)

Sum

4.

What is the result of

=C4 + C5

a)

32

b)

12

c)

17

d)

15

5.

Which function is correct for adding up a selection of numbers?

a)

sum(A1+A10)

b)

=sum(A1+A10)

c)

sum(A1:A10)

d)

=sum(A1:A10)

6.

What two operations does the AVERAGE function perform?

a)

Addition and Multiplication

b)

Multiplication and Division

c)

Addition and Subtraction

d)

Addition and Division

7.

What function should be entered to calculate the total budget?

a)

=AVERAGE(B3:B6)

b)

=SUM(B3:B6)

c)

=SUM(B3-B6)

d)

=TOTAL(B3:B6)

8.

Which function would display "Yes" if D13 is greater than 0?

a)

=IF(D13>0, "Yes", "No")

b)

=IF(D13<0, "Yes", "No")

c)

=IF(D13>0: "Yes", "No")

d)

=IF(D13<0: "Yes", "No")