wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

EXCEL Lessons 4-5

Total questions: 33

Worksheet time: 19mins

Name
Class
Date
1.

Each cell on a worksheet is assigned a formal name which consists of the _____________.

a)

worksheet name and row number

b)

file name and cell name

c)

user name and cell reference

d)

worksheet name and cell reference

2.

An absolute cell reference such as ________ is a locked cell reference.

a)

$A$5

b)

*A*5

c)

A5

d)

#A#5

3.

__________ applies formatting to cells that meet a specified condition such as filling a cell with color when it is greater than a given number.

a)

Combination filtering

b)

Conditional formatting

c)

Hierarchical sorting

d)

Data validation

4.

A _______ is a technical term for a row in a table that contains data.

a)

row

b)

field

c)

record

d)

cell

5.

A table can be __________ to display only data that matches specific criteria.

a)

filtered

b)

added

c)

expanded

d)

sorted

6.

A ________ is a layout organizing data using headers at the tops of columns that hold data in rows.

a)

graph

b)

worksheet

c)

table

d)

chart

7.

The formal name for cell M7 on the Budget worksheet is ________.

a)

Budget!7M

b)

M7!Budget

c)

M7

d)

Budget!M7

8.

__________ can check if the value entered is of the correct size or if you entered a letter instead of a number in order to eliminate input errors.

a)

Data entry

b)

Data validation

c)

Data tools

d)

Conditional formatting

9.

The ________ name can be used when making references within the same worksheet; however, the _______ name must be used when referencing cells on different worksheets.

a)

informal; formal

b)

cell; worksheet

c)

formal; informal

d)

worksheet; cell

10.

The formula = 8 + 3 * 2 - 4 / 2 is entered in an excel worksheet. What answer will Excel display in the cell?

a)

6

b)

12

c)

8

d)

10

11.

The formula = (1 + 2) * 4 - 2 / 2 is entered in an excel worksheet. What answer will Excel display in the cell?

a)

11

b)

12

c)

8

d)

10

12.

Columns that do not have value to the reader but cannot be deleted without breaking necessary formulas in the worksheet can be _________.

a)

formatted

b)

added

c)

hidden

d)

deleted

13.

A formula that performs a logical test and then places a value if true or another value if false is called a(n) ____________ function.

a)

true-false

b)

value test

c)

Logical test

d)

If-Then-Else

14.

A table can be ________by clicking the small triangle in the bottom-right corner of the table.

a)

filtered

b)

expanded or reduced

c)

sorted and filtered

d)

sorted or filtered

15.

The command called ________ could be used to search for specific items such as comments, conditional formatting rules, formulas and other special features.

a)

File search

b)

Worksheet search

c)

Find & Select

d)

Item Finder

16.

The informal name for cell R7 on the Summary worksheet is ______.

a)

Summary!R7

b)

7R

c)

R7

d)

R7!Summary

17.

A small red triangle in the top-right corner of the cell means that the cell contains ____.

a)

an error

b)

a formula

c)

a red triangle

d)

a comment

18.

=IF([@Roses]>=[@Daisies],"Roses","Daisies")


In the formula above, what will be displayed if the Roses are greater than Daisies?

a)

greater than

b)

Daisies

c)

Roses

d)

less than

19.

Which function will count the number of cells in a range that meet a given condition?

a)

AVERAGE

b)

IF

c)

COUNTIF

d)

COUNT

20.

A small green triangle in the top-left corner of the cells (see image below), means that the cells may contain ____.

a)

an error

b)

a formula

c)

a green triangle

d)

a comment

21.

When a comment box is added to the spreadsheet, the comment box displays the _____.

a)

date the comment was created

b)

name of the user who created the comment

c)

name of the file

d)

name of the person reading the comment

22.

Excel has the formulas shown above in each of these cells.


Which CELL will display a result of 8?

a)

A1

b)

A3

c)

C1

d)

C3

23.

=IF([@Roses]>=[@Daisies],"Roses","Daisies")


In the formula above, what will be displayed if the Roses are greater than Daisies?

a)

greater than

b)

less than

c)

Roses

d)

Daisies

24.

=IF([@Roses]>=[@Daisies],"Roses","Daisies")


When reading the formula above, what word does the FIRST comma represent?

a)

COMMA

b)

IF

c)

THEN

d)

ELSE

25.

=IF([@Roses]>=[@Daisies],"Roses","Daisies")


When reading the formula above, what word does the SECOND comma represent?

a)

COMMA

b)

IF

c)

THEN

d)

ELSE

26.

You are asked to create a formula that compares the number of Cakes to the number of Pies available at the Bake Sale and displays Cakes when cakes are greater than pies.


Which formula should you use?

a)

=IF([Cakes]>[Pies], “Pies”, “Cakes”)

b)

=IF([Cakes]>[Pies], “Cakes”, “Pies”)

c)

=IF([Pies]>[Cakes], “Cakes”, “Pies”)

d)

=IF([Pies]>[Cakes], “Pies”, “Cakes”)

27.

Which formula is read as:


If the value in the Total column is greater than or equal to the value in the Average column, THEN display the value 1 ELSE display the value 0.

a)

=IF([@Total]>[@Average],1,0)

b)

=IF([@Total]>=[@Average],0,1)

c)

=IF([@Total]>=[@Average],1,0)

d)

=IF([@Average]>=[@Total],1,0)

28.

Sheet names cannot be changed on an Excel workbook.

a)

TRUE

b)

FALSE

29.

The headers in a table help organize and identify the data.

a)

TRUE

b)

FALSE

30.

Tables can have either column headers or row headers but not both.

a)

TRUE

b)

FALSE

31.

Data can be sorted by only three criterion in Excel.

a)

TRUE

b)

FALSE

32.

A(n) exclamation point (!) separates the worksheet reference from the cell reference.

a)

TRUE

b)

FALSE

33.

Cell references from a worksheet can be used in formulas on another worksheet within an Excel workbook.

a)

TRUE

b)

FALSE