wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Excel If function WSC 4.2.3

Total questions: 10

Worksheet time: 6mins

Name
Class
Date
1.

Choose the best description of the IF function

a)

Checks whether a condition is met, and returns one value if TRUE, and another value if FALSE

b)

Returns TRUE if any of the conditions are true and returns FALSE if all conditions are false

c)

Returns TRUE if all conditions are true and returns FALSE if any of the conditions are false

d)

Returns a value from a list using a given position

2.

We can use IF function in this example:

Calculating student grades. If the sum of points is greater than or equal to "35", then the formula returns "Pass", otherwise it returns "Not Pass".

a)

True

b)

False

3.

Choose the correct format of the IF function:

a)

=IF(logical test,value if true,value if false)

b)

=IF(logical test,value if false,value if true)

c)

=IF(value if true,value if false,logical test)

d)

=IF(value if false,value if true,logical test)

4.

Which is the correct way to write this function:

IF B4 is greater than 200, show "High", otherwise, show "Low"

a)

IF(B4>200;"High";"Low")

b)

=IF(B4<200,"High","Low")

c)

=IF(B4>200,"High","Low")

d)

=IF(B4>200"High","")

5.

Which of these comparison operations means "Less than or equal to"?

a)

<

b)

<>

c)

<=

d)

$

6.

Please type below the comparison operator that means "Not equal to"

(a)  

7.

Choose a formula where IF function is nested inside itself:

a)

=IF("Function"=NESTED,"text A","text B")

b)

=IF(C5>500,C5*20,0).

c)

=IF(AVERAGE(B2:B10)>100,SUM(C2:G10),0)

d)

=IF(A1=10, “text A”,IF(A1=20, “text B”, “text C”))

8.

What should we type in the formula below instead of 0 if we want to show a blank cell instead of zero as a Value if False: =IF(A1>75,"A",0)

a)

@

b)

"x"

c)

"No A"

d)

" "

9.
In this IF function example:  =IF(G8>40,"Yes","No")
What would show in the cell after you hit enter if the value in G8 was 62?
a)
Yes
b)
No
c)
Nothing would show
10.

I feel that I understand the IF function in Excel

a)

I strongly agree

b)

I agree somewhat

c)

I strongly disagree

d)

I disagree somewhat

e)

I'm not sure