Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Form 3 Excel Referencing Quiz

Total questions: 15

Worksheet time: 13mins

Name
Class
Date
1.

What does a cell reference like B3 mean in Excel?

a)

Column B, Row 3

b)

Row B, Column 3

c)

Cell number 3 in the list

d)

A formula

2.

What is an absolute reference in Excel?

a)

A cell reference that can change when copied

b)

A reference that includes only the row

c)

A reference that stays the same when copied

d)

A reference that shows an error

3.

Which of the following is an example of an absolute reference?

a)

A1

b)

B2

c)

$A$1

d)

C$3

4.

If you copy the formula =A1 + B1 from cell C1 to cell C2, what will the new formula be?

a)

=A1 + B1

b)

=A2 + B2

c)

=A1 + B2

d)

=C1 + D1

5.

What is the difference between relative and absolute referencing?

4 lines
6.

What happens when you copy the formula =$A1 + B$1 to another cell?

a)

Both references stay the same

b)

Row and column always change

c)

Only the fixed parts ($A and $1) stay the same

d)

The whole formula becomes an error

7.

Which symbol is used to make a reference absolute in Excel?

a)

*

b)

#

c)

$

d)

&

8.

Which of the following is a mixed reference?

a)

$C$5

b)

C5

c)

$C5

d)

=SUM(A1:A5)

9.

If cell D5 contains =B1 + $A$1 and you copy it to E6, what will it be in E6?

a)

=B1 + $A$1

b)

=C2 + $A$1

c)

=C1 + A1

d)

=B1 + A1

10.

What is the main advantage of using absolute references in formulas?

a)

It makes the spreadsheet faster

b)

It keeps certain values constant when copying formulas

c)

It deletes unnecessary cells

d)

It changes values automatically

11.

Which formula adds up cells from A1 to A10, even if you copy it?

a)

=SUM(A1:A10)

b)

=SUM($A$1:$A$10)

c)

=SUM(A$1:A$10)

d)

=SUM($A1:A10)

12.

If you drag the formula =C1 from D1 to D2, what will the new formula be?

4 lines
13.

What does the $ sign in a cell reference tell Excel?

a)

It's a currency symbol

b)

It makes the reference absolute (fixed)

c)

It deletes the reference

d)

It changes the color of the cell

14.

What is the reference for column D, row 10?

a)

10D

b)

D10

c)

10:D

d)

RowD10

15.

Which reference would change both the row and column when copied?

a)

$A$1

b)

$A1

c)

A$1

d)

A1