wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

MS EXCEL REVIEW

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What is the cell reference located at column D and row 8?

a)

D8

b)

8D

c)

Row8ColD

d)

D_8

2.

Which function adds up all numbers in a range of cells?

a)

SUM

b)

COUNT

c)

ADD

d)

TOTAL

3.

If cell A1 contains 10 and B1 contains 20, what is the result of =A1+B1?

a)

30

b)

10

c)

20

d)

200

4.

Which of the following refers to a single box where a row and column intersect?

a)

Cell

b)

Column

c)

Row

d)

Range

5.

Which formula correctly finds the average of cells A1 to A5?

a)

=AVERAGE(A1:A5)

b)

=AVG(A1:A5)

c)

=SUM(A1:A5)/A5

d)

=AVERAGE(A5:A1)

6.

What will the formula =IF(A1>50, "Pass", "Fail") return if A1 = 60?

a)

Pass

b)

Fail

c)

60

d)

TRUE

7.

What is the column letter of the cell located before column D?

a)

C

b)

E

c)

B

d)

F

8.

What is the main purpose of a formula in Excel?

a)

To calculate data automatically

b)

To store images

c)

To change font styles

d)

To sort text alphabetically

9.

If you type =SUM(A1:A3)*2, which operation happens first?

a)

SUM

b)

Multiplication

c)

Division

10.

The first cell in a worksheet is located at:

a)

A. A1

b)

B. 1A

c)

C. A0

d)

D. 0A

11.

Which of the following formulas gives the same result as =A1+A2+A3+A4?

a)

=SUM(A1:A4)

b)

=ADD(A1:A4)

c)

=AVERAGE(A1:A4)

d)

=COUNT(A1:A4)

12.

Which symbol is always used before writing a formula in Excel?

a)

=

b)

+

c)

/

d)

:

13.

In a nested IF, what does the second IF statement test?

a)

Another condition when the first is FALSE

b)

A mathematical error

c)

A chart formula

d)

The average value

14.

What will =IF(A1>70, "Excellent", IF(A1>50, "Good", "Needs Improvement")) return if A1=65?

a)

Good

b)

Excellent

c)

Needs Improvement

d)

Invalid

15.

Which operation is done first in the formula =5+10*2?

a)

Multiplication

b)

Addition

c)

Division

d)

Subtraction

16.

A teacher wants to count how many students scored above 75. Which function should she use?

a)

COUNTIF

b)

SUM

c)

AVERAGE

d)

MAX

17.

What is the range from cell B2 to D4 called?

a)

B. D4:B2

b)

C. Range B-D

c)

D. 2B:4D

18.

Which of these represents an incorrect formula?

a)

=SUM(A1:B1:C1)

b)

=SUM(A1:B1)

c)

=AVERAGE(A1:A3)

d)

=IF(A1>0,1,0)

19.

What function would best determine the total grade percentage of a student?

a)

=AVERAGE()

b)

=SUM()

c)

=COUNT()

d)

=IF()

20.

If B2=80 and the passing score is 75, what will =IF(B2>=75, "Passed", "Failed") display?

a)

Passed

b)

Failed

c)

75

d)

80