wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Excel Functions and Formulas

Total questions: 25

Worksheet time: 20mins

Name
Class
Date
1.

What is the default reference type in Excel?

a)

Absolute reference

b)

Relative reference

c)

Mixed reference

2.

In Excel, how can you create an absolute reference?

a)

By using the $ symbol before the column and row

b)

By using the % symbol before the column and row

c)

By using the & symbol before the column and row

d)

By using the # symbol before the column and row

3.

Fill in the blank: A relative reference corresponds to a cell location in a workbook and changes when users move the formula to another _______.

a)

cell

b)

sheet

c)

workbook

d)

file

4.

The purpose of using different cell reference types in a workbook is to:

a)

allow dynamic updating of formulas when copied

b)

restrict changes to specific cells

c)

enhance the visual appearance of the workbook

d)

improve the speed of calculations

5.

Which is an example of a structured reference formula?

a)

=SUM(A1:A10)

b)
=SUM(Table1[Sales])
c)

=AVERAGE(A1:A10)

6.

Label the following statement as true or false: Blank cells and zeros do not count against an average.

a)

True

b)

False

7.

Which function in Excel counts only the blank cells within a range of data?

a)

COUNT

b)

COUNTA

c)

COUNTBLANK

d)

SUM

8.

What is the purpose of the COUNT function in Excel?

4 lines
9.

Use a count function to count the number of grades greater than 70 in cells B4:M4. What function should you use?

a)

COUNTIF

b)

COUNTA

c)

COUNTBLANK

d)

COUNTIFS

10.

Use a count function in cell U4 to count the number of grades in cells B4:M4. What function should you use?

a)

COUNT

b)

SUM

c)

AVERAGE

d)

MAX

11.

Use a count function in cell V4 to count the missing scores for cells B4:M4. What function should you use?

a)

COUNTIF

b)

COUNTA

c)

COUNT

d)

SUM

12.

Use an IF function in cells W4:W18 that tests for missing scores. Ensure a cell displays YES if the student has missing scores.

a)

=IF(W4:W18="", "YES", "NO")

b)

=IF(ISNUMBER(W4:W18), "YES", "NO")

c)

=IF(W4:W18>0, "YES", "NO")

13.

By default, what appears in a cell that meets the FALSE condition of an IF function?

4 lines
14.

Use a function in cell G4 to generate a list of unique values from cells A4:A18. What function should be used?

a)

UNIQUE

b)

FILTER

c)

SORT

d)

INDEX

15.

What is the purpose of the LEFT function in Excel?

4 lines
16.

Which function extracts a specified number of characters from the middle of a text string in Excel?

a)

MID

b)

LEFT

c)

RIGHT

d)

TRIM

17.

The purpose of using the CONCAT function in Excel is:

a)

To add numbers in a range of cells

b)

To combine text from multiple cells into one cell

c)

To find the average of a set of numbers

d)

To sort data in ascending order

18.

What is the difference between CONCAT and TEXTJOIN functions in Excel?

a)

CONCAT combines text from multiple ranges without a delimiter, while TEXTJOIN combines text from multiple ranges with a delimiter.

b)

CONCAT combines text from multiple ranges with a delimiter, while TEXTJOIN combines text from multiple ranges without a delimiter.

19.

What delimiter should be used when combining text from columns A and B with a dot between names?

a)

Comma

b)

Semicolon

c)

Space

d)

Dot

20.

Label the following statement as true or false: Chart types cannot be changed once you have created them.

a)

True

b)

False

21.

What key is used when selecting non-contiguous (not connecting or sharing a border) ranges of data?

a)

The Ctrl key is used when selecting non-contiguous ranges of data.

b)

The Shift key is used when selecting non-contiguous ranges of data.

c)

The Alt key is used when selecting non-contiguous ranges of data.

d)

The Tab key is used when selecting non-contiguous ranges of data.

22.

The purpose of adding a data series to a chart is to:

a)

visualize trends over time

b)

add decorative elements

c)

increase file size

d)

make the chart colorful

23.

Why doesn't the Switch Row/Column feature work well on a pie chart?

a)

The feature is not compatible with pie charts.

b)

Pie charts do not have rows and columns.

c)

Switching rows and columns does not affect pie charts.

d)

Pie charts require specific data formats.

24.

Which of the following cell references will not change when a formula is copied to another cell?

a)

a) A1

b)

b) $A$1

c)

c) A$1

d)

d) $A1

25.

It is always best to use the exact value instead of the cell reference when using formulas.

a)

TRUE

b)

FALSE