wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Excel Post-Assessment 2

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

In cell C1, you type =A1+B1. What does this formula do?

a)

It combines the text from cells A1 and B1.

b)

It adds the values contained in cells A1 and B1.

c)

It links cell C1 to cells A1 and B1.

d)

It is an invalid formula and will return an error.

2.

Which of the following is the correct use of the SUM function to add cells A1, A2, and A3?

a)

=SUM(A1-A3)

b)

=SUM(A1:A3)

c)

=ADD(A1:A3)

d)

=TOTAL(A1:A3)

3.

What does the formula =AVERAGE(B2:B10) calculate?

a)

The sum of cells B2 through B10 divided by 9.

b)

The middle value in the range B2:B10.

c)

The sum of cells B2 through B10.

d)

The largest value in the range B2:B10.

4.

What is the result of the formula =10 + 2 * 5 in Excel?

a)

60

b)

20

c)

100

d)

35

5.

You have a formula in cell C1: =A1*B1. If you copy this formula from C1 and paste it into cell C2, what will the new formula be?

a)

=A1*B1

b)

=A2*B2

c)

=$A$1*$B$1

d)

=A1*B2

6.

Which of these is the correct structure of an IF function?

a)

=IF(condition, value_if_false, value_if_true)

b)

=IF(condition, value_if_true, value_if_false)

c)

=IF(value_if_true, condition, value_if_false)

d)

=IF(value_if_true, value_if_false, condition)

7.

The primary purpose of the VLOOKUP function is to:

a)

Arrange data vertically in a column.

b)

Look for a value in the leftmost column of a table and return a value from the same row in a specified column.

c)

Add up values that meet multiple criteria.

d)

Combine text from two or more cells.

8.

In the formula =VLOOKUP("Apple", A2:C100, 3, FALSE), what does the number 3 represent?

a)

The number of rows to search.

b)

The lookup value is "3".

c)

The column index number from which to return the value (the third column in the range A: C).

d)

An instruction to find the third instance of "Apple".

9.

Unlike VLOOKUP, what is a key advantage of the newer XLOOKUP function?

a)

It can only look up values in the first column of a table.

b)

It defaults to an approximate match.

c)

It can look to the left and right of the lookup column without rearranging data.

d)

It requires the data to be sorted alphabetically.

10.

What is the main purpose of the IFERROR function?

a)

To check if a cell contains an error.

b)

To return a custom result when a formula generates an error, and the standard result otherwise.

c)

To highlight all errors in a worksheet in red.

d)

To correct a formula error automatically.