wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Quiz 5 Spreadsheet

Total questions: 10

Worksheet time: 7mins

Name
Class
Date
1.

Match the following spreadsheet error to its description.

a)

####

1.

When the data in the cell is too wide to fit in the column

b)

#NUM!

2.

When your formula or data contain invalid numeric values .

c)

#REF

3.

This error arises due to a reference missing.

d)

#NULL!

4.

It is wrong supply of the value to the required parameters.

e)

#Name?

5.

When the text in the formula is not recognized

2.

True or False.

In the IF function, you can decide both the return values and the condition.

a)

TRUE

b)

FALSE

3.

True or False

If you try to divide the number by zero or vice versa it will give you a

#DIV/! error.

a)

TRUE

b)

FALSE

It is #DIV/0?

c)

FALSE

It is #DIV/0!

d)

FALSE

It is #DIV

4.

Text values in the formula needs to be in parenthesis ( ).

a)

True

b)

False

in quotes " "

c)

False

in comma ,

d)

False

in semicolon ;

5.

The AND function returns TRUE if all its arguments evaluate to TRUE and return FALSE if one or all arguments evaluate to FALSE.

a)

TRUE

b)

FALSE

6.

In OR Function, the result is TRUE if

a)

all the conditions are TRUE

b)

if one of the condition is TRUE

c)

if all the conditions is false

7.

Which formula is correct?

a)

=IF(AND(A3="Red",B3="Green"),"TRUE","FALSE")

b)

=IF(AND(A3=Red",B3="Green"),TRUE,FALSE)

c)

IF(AND(A3="Red"B3="Green"),TRUE,

FALSE)

d)

=IF((A3="Red",B3="Green"),TRUE,

FALSE))

8.

Which is the correct syntax of IF Function?

a)

IF(LOGICAL TEST,"true","false")

b)

=(IF LOGICAL TEST,"true","false")

c)

=IF("true","false")

d)

=IF(LOGICAL TEST,"true","false")

9.

True or False.

Every function in Excel requires an opening and closing parenthesis ().

a)

TRUE

b)

FALSE

it requires comma only

c)

FALSE

it is not required as long as the formula have an equal sign

10.

Which of the following best describes the Nested If?

a)

one IF function inside of another

b)

one logical test with multiple results

c)

multiple logical tests with a single result

d)

to evaluate one condition in different value