wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Excel Quiz 2

Total questions: 14

Worksheet time: 7mins

Name
Class
Date
1.

The IF Statement takes a logical test and determines a result that is either True or False.

a)

True

b)

False

2.

If the cell B2 is 68, what will this IF function give you as a result? =IF (B2>60, 'pass', 'fail')

a)

60

b)

pass

c)

fail

3.

Which of the formulas below contain the correct syntax (formula arguments) for the VLOOKUP function?

a)

=VLOOKUP(lookup_value, table_array, col_index_num, range_lookup)

b)

=VLOOKUP(table_array, lookup_value, col_index_num, range_lookup)

c)

=VLOOKUP(lookup_value, table_array, col_index_num, value)

4.

Which of the following is NOT possible with VLOOKUP?

a)

You can lookup values located in a different worksheet.

b)

You can lookup values located in a column to the right of the column that contains the lookup value.

c)

You can lookup values located in a column to the left of the column that contains the lookup value.

5.

What is a Pivot Table?

a)

A table containing data that is organized horizontally.

b)

A table used to calculate financial pivot values.

c)

A tool used to summarize data.

d)

A table containing only black, grey and white formatting

6.

The formula that adds values in a specified range that meet a certain condition or criteria is called:

a)

SUMIFS

b)

SUMIF

c)

COUNTIF

d)

SUBTOTAL

7.

The formula used to make the error return value of a function look "pretty" or clean and non-confusing is:

a)

IFERROR

b)

IF

c)

ERROR

d)

VLOOKUP

8.

To combine text that is in two different cells, use the formula:

a)

COMBINE

b)

MATCH

c)

CONCATENATE

d)

SUBTOTAL

9.

Which conditional formatting feature can be used to identify duplicate values on a worksheet?

a)

Data Bars

b)

Highlight Cell Rules

c)

Top / Bottom Rules

d)

Color Scales

10.

To count how many cells have text in them, use the function:

a)

COUNT

b)

COUNTIF

c)

COUNTA

d)

TEXT

11.

You can have multiple sheets within the same Google Sheet document.

a)

False

b)

True

12.

A sales manager has requested the highest sale for the first quarter. Which function will be used?

a)

SUM

b)

HIGHEST

c)

MAX

d)

TOTAL

13.

Samantha needs to total the cell range A1 to A10. What is the MOST efficient method to find the answer?

a)

Label

b)

Value

c)

Formula

d)

Function

14.

Adding two cells

a)

SUM(A1:A9)

b)

ADD(A1:A9)

c)

SUMIF(A1:A9)

d)

NONE OF THE ABOVE