wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Spreadsheet - IF Condition

Total questions: 8

Worksheet time: 4mins

Name
Class
Date
1.

What does the IF function do in a spreadsheet?

a)

Repeats the same value in all cells

b)

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

c)

Calculates the average of numbers

d)

Formats cells automatically

2.

Which is the correct syntax for an IF function?

a)

=IF(test, true_value, false_value)

b)

=IF(true_value, false_value, test)

c)

=IF(test; true_value; false_value)

d)

=IF(true_value; test; false_value)

3.

If cell A1 contains 80, what will =IF(A1>=50, "Pass", "Fail") return?

a)

Pass

b)

Fail

c)

50

d)

80

4.

What will this formula return if A1=40? =IF(A18 and “Normal” if not?

a)

=IF(B1>8, "Overtime", "Normal")

b)

=IF("Overtime", B1>8, "Normal")

c)

=IF(B18, "Overtime")

5.

If A1=70, what will =IF(A1>90, "Excellent", IF(A1>60, "Good", "Try Again")) return?

a)

Excellent

b)

Good

c)

Try Again

d)

70

6.

Which IF function will return “OK” if C1 equals 100, otherwise “Not OK”?

a)

=IF(C1=100, "OK", "Not OK")

b)

=IF("OK", C1=100, "Not OK")

c)

=IF(C1>100, "OK", "Not OK")

7.

return if A1=74? a) Distinction b) Merit c) 74 d) Pass

a)

Distinction

b)

Merit

c)

74

d)

Pass

8.

Why might an IF formula return FALSE unexpectedly?

a)

Because the cell is locked

b)

Because the test condition is not met

c)

Because the function name is wrong

d)

Because the spreadsheet is too large