wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Quiz on MS Excel (Part 3) [G6]

Total questions: 10

Worksheet time: 32mins

Name
Class
Date
1.

The symbol for greater than or equal to in writing a formula is _____.

a)

=<

b)

>=

c)

<<

d)

>>

2.

In writing a formula, one should start with a/an _____ sign , followed by the function, and then the cell range which are contained in parentheses.

a)

dollar ( $ )

b)

equal ( = )

c)

plus ( + )

d)

minus ( - )

3.

Relational Operators are used to compare values in the specified cells.

Which is the relational operator is used for not equal in MS Excel?

a)

=

b)

c)

< >

d)

<=

4.

Type the formula for this statement:

If the value in cell A1 is not equal to 100 , display ON on this cell. If not, then

display OFF.

(a)  

5.

What does this formula mean in text?

=IF(F4>=5,"YES","NO")

a)

If the value in cell F4 is not equal to 5, display "YES". If not, then display "NO".

b)

If the value in cell F4 is equal to 5, display "YES". If not, then display "NO".

c)

If the value in cell F4 is less than or equal to 5, display "YES". If not, then display "NO".

d)

If the value in cell F4 is greater than or equal to 5, display "YES". If not, then display "NO".

6.

Which icon means the AutoSum command?

a)
b)
c)
d)
7.

To use AutoSum, do the following steps:

1. Select the cell where you wanted the sum to appear.

2. From the Home tab, ______ group, click the

AutoSum button.

a)

Alignment

b)

Number

c)

Editing

d)

Clipboard

8.

Functions are ready made formulas that perform a series of operations on a specified range of values.

Which icon will you click to see and use different formulas?

a)
b)
c)
d)
9.

You can enter function through the following methods, EXCEPT _____.

a)

Using the Insert Function feature

b)

Using the AutoComplete feature

c)

Using the formula bar

d)

Using the AutoRecover feature

10.

TRUE or FALSE

Computations in Excel are done using formulas, which are composed of functions.

(a)