wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

MS Excel - Empowerment Technologies

Total questions: 18

Worksheet time: 13mins

Name
Class
Date
1.

What do you call the intersection of a row & a column?

a)

Cell

b)

Cell name

c)

Cell range

d)

Cell reference

2.

What do you call an expression that calculates the value of a cell?

a)

Label

b)

Constant

c)

Formula

d)

Operator

3.

Microsoft Excel is ___________________ application.

a)

spreadsheet

b)

worksheet

c)

workbook

d)

liverspread

4.

What is the name of the function that adds a range of cells?

a)

SUM

b)

ADD

c)

TOTAL

d)

PLUS

5.

What is the name of the function is a function used to add a certain range of cells if a condition is met?

a)

ADDIF

b)

SUMIF

c)

COUNTIF

d)

AVERAGEIF

6.

Which of the following is NOT a mathematical operator in MS Excel?

a)

*

b)

\

c)

^

d)

+

7.

Excel formulas always begin with a sign.

a)

TRUE

b)

FALSE

8.

In Excel, the active cell is indicated by an underline.

a)

TRUE

b)

FALSE

9.

Rows' headings are numbers while columns' headings are letters.

a)

TRUE

b)

FALSE

10.

Which of the following is not a practical application of MS Excel?

a)

Creating a database

b)

Creating a letter

c)

Computing grades

d)

Calculating monthly sales of business

11.

What will be the output of the formula: =SUMIF(B3:B8, "Male", D3:D8) ?

a)

334

b)

474

c)

140

d)

ERROR

12.

What will be the output of the formula: =COUNT(B1:B8) ?

a)

8

b)

6

c)

0

d)

ERROR

13.

What will be the output of the formula: =AVERAGEIF(B3:B8, Male, E3:E8) ?

a)

85

b)

75

c)

65

d)

ERROR

14.

What will be the output of the formula: =IF(C3<85, "CHICKEN", "NUGGETS") ?

a)

CHICKEN

b)

NUGGETS

c)

CHICKEN NUGGETS

d)

ERROR

15.

What will be the output of the formula: =COUNT(C3:C8) ?

a)

519

b)

6

c)

ERROR

d)

####

16.

Create a formula to determine the sum of the average grades of all female students in the list.

a)

=SUMIF(B3:B8, “Female”, F3:F8)

b)

=AVERAGEIF(B3:B8, “Female”, F3:F8)

c)

=SUMIF(F3:F8, “Female”, B3:B8)

d)

=AVERAGEIF(F3:F8, “Female”, B3:B8)

17.

Create a formula to count the number of orders delivered in Lake Sebu.

a)

=COUNT(F2:F11, "Lake Sebu")

b)

=COUNTIF(F2:F11, "Lake Sebu")

c)

=COUNT(A2:F11, "Lake Sebu")

d)

=COUNT(F3, F7, F11)

18.

Get the total sales for all items in the list.

a)

=SUMIF(A2:A4, "Quantity", B2:B4)

b)

=(B2*C2)+(B3*C3)+(B4*C4)

c)

=SUM(B2*C2+B3*C3+B4*C4)

d)

=SUM(C2:C4)+SUM(B2:B4)