wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Formulas & Functions in Excel (Post)

Total questions: 20

Worksheet time: 11mins

Name
Class
Date
1.

What excel function calculates the sum of values?

(a)  

2.

Calculates the mean of a group of values

a)

SUM

b)

AVERAGE

c)

ROUND

d)

COUNT

3.

True or False:


The IF function tests for a true or false condition and then returns one value or another.

a)

True

b)

False

4.

Calculates a sum from a group of values, but just of values

that are included because a condition is met.

a)

COUNTIF

b)

SUMIF

c)

AVERAGEIF

5.

Counts the number of cells in a range that match a

criteria

a)

COUNTIF

b)

SUMIF

c)

AVERAGEIF

6.

Extracts one or more characters from the left side of a text

string

a)

LEFT

b)

RIGHT

c)

MID

d)

CONCATENATE

7.

Extracts one or more characters from the right side of a text string

a)

LEFT

b)

RIGHT

c)

MID

d)

CONCATENATE

8.

Assembles two or more text strings into one

a)

CONCATENATE

b)

REPLACE

c)

PROPER

d)

TEXTJOIN

9.

Choose the correct example:


The column is absolute; the row is relative

a)

=A1

b)

=$A1

c)

=A$1

d)

=$A$1

10.

Choose the correct example:


The column is relative; the row is absolute

a)

=A1

b)

=$A1

c)

=A$1

d)

=$A$1

11.

Check ALL that APPLY:


An example of a relative reference is ________.

a)

=A1

b)

=M10

c)

=$L$12

d)

=P3

12.

What is the meaning of this error in Excel?

a)

Text in the formula is not recognized

b)

Trying to divide by 0

c)

A space was used in formulas that reference multiple ranges; a comma separates range references

13.

What is the meaning of this error in Excel?

a)

A reference is invalid

b)

A formula has invalid numeric data for the type of

operation

c)

The wrong type of operand or function argument is used

14.
What would be a correct formula for SUM in excel?
a)
=SUM(B3:B9)
b)
=SUMB3+B9
c)
SUM(B3:B9)
d)
=ADD(B3:B9)
15.
Which formula gets the smallest value of a range of cells?
a)
MAX
b)
MIN
c)
SMALL
d)
SUM
16.
Which symbol must all formula begin with?
a)
=
b)
+
c)
(
d)
@
17.

What text formula joins the text from two or more cells?

a)

concatenate

b)

proper

c)

left

d)

TEXTSPLIT

18.

___________ is Case Sensitive.

a)

TextBefore

b)

TextAfter

c)

Find

d)

Search

19.

______ is a function that you have enter yourself and Excel doesn't show the function arguments option, yet it is still usable.

a)

datedif

b)

columns

c)

difdate

d)

vstack

20.

What is the maximum number of layers that you can nest within a function?

a)

46

b)

66

c)

127

d)

64