wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

IF Function - Excel

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

If function allows to choose between two actions based on whether the condition is true or ..................

a)

false

b)

1

c)

Yes

d)

-1

2.

IF function makes use of something called

a)

functional operators

b)

logical

operators

c)

logical

database

d)

absolute reference

3.
Which of the following operators do you use to begin typing a formula?
a)
*
b)
+
c)
=
d)
/
4.

Which of the following is the correct formula for the IF function in Excel?

a)

IF (criteria_testing, value_if_true, value_if_false)

b)

=IF (criteria_testing, value_if_true, value_if_false)

c)

=(criteria_testing, value_if_true, value_if_false)

5.

The IF Statement takes a logical test and determines a result that is either True or False.

a)

TRUE

b)

FALSE

6.

If the cell B2 is 68, what will this IF function give you as a result? =IF (B2>60, 'pass', 'fail')

a)

pass

b)

fail

c)

60

7.

How many parts are there to an IF statement/function?

a)

2

b)

3

c)

4

d)

1

8.

=IF(B5>B4, "Large", "Small")

The value in B5 = 56

The value in B4 = 89

What is the result that this IF statement will return?

a)

Large

b)

Small

9.

A2 = 20, B2 = 30, C2 =40

=IF(B2<>C2, A2*10,"")


What value should be returned if the statement is true?

a)

20

b)

300

c)

200

d)

400

10.

A2 = 20, B2 = 30, C2 =40

=IF(B2<>C2, A2*10,"")


What value should be returned if the statement is false?

a)

an empty cell

b)

200

c)

400

d)

300