Spreadsheet - IF Condition

Spreadsheet - IF Condition

7th Grade

8 Qs

quiz-placeholder

Similar activities

Latsol

Latsol

10th Grade - University

10 Qs

Post-Test

Post-Test

12th Grade

5 Qs

Evaluasi Fungsi Pada Spreadsheet

Evaluasi Fungsi Pada Spreadsheet

8th Grade

5 Qs

Quiz 4

Quiz 4

University

10 Qs

Modulo 3 Clase 3

Modulo 3 Clase 3

9th - 12th Grade

10 Qs

Countif

Countif

9th Grade

7 Qs

Tin 7 - Giữa HK2

Tin 7 - Giữa HK2

7th Grade

10 Qs

Kuis - Refleksi Materi Microsoft Excel

Kuis - Refleksi Materi Microsoft Excel

9th Grade

10 Qs

Spreadsheet - IF Condition

Spreadsheet - IF Condition

Assessment

Quiz

Information Technology (IT)

7th Grade

Medium

Created by

imam ibrahim

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the IF function do in a spreadsheet?

Repeats the same value in all cells

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

Calculates the average of numbers

Formats cells automatically

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct syntax for an IF function?

=IF(test, true_value, false_value)

=IF(true_value, false_value, test)

=IF(test; true_value; false_value)

=IF(true_value; test; false_value)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Pass

Fail

50

80

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

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

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

=IF(B18, "Overtime")

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Excellent

Good

Try Again

70

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

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

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

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

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Distinction

Merit

74

Pass

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why might an IF formula return FALSE unexpectedly?

Because the cell is locked

Because the test condition is not met

Because the function name is wrong

Because the spreadsheet is too large