Spreadsheet - IF Condition

Spreadsheet - IF Condition

7th Grade

8 Qs

quiz-placeholder

Similar activities

Informatika 19.02.2025

Informatika 19.02.2025

10th Grade - University

10 Qs

Spreadsheet - Basic Functions and Conditional Formatting

Spreadsheet - Basic Functions and Conditional Formatting

7th Grade

10 Qs

Microsoft Excel (IF bersarang)

Microsoft Excel (IF bersarang)

11th Grade

10 Qs

[Quiz] Python Function

[Quiz] Python Function

University

12 Qs

Post test Informatika kelas X

Post test Informatika kelas X

10th Grade

10 Qs

Chapter Quiz

Chapter Quiz

University

10 Qs

tin_9_kntt_bai_10a_su_dung_ham_countif

tin_9_kntt_bai_10a_su_dung_ham_countif

9th Grade

13 Qs

PENSAMENTO_COMPUTACIONAL_Funções em JavaScript

PENSAMENTO_COMPUTACIONAL_Funções em JavaScript

11th 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