Spreadsheet - IF Condition

Spreadsheet - IF Condition

7th Grade

8 Qs

quiz-placeholder

Similar activities

TEST #08

TEST #08

University

10 Qs

Continue операторы

Continue операторы

9th - 12th Grade

10 Qs

Структурированный тип данных массив

Структурированный тип данных массив

10th Grade - University

11 Qs

Chapter Quiz

Chapter Quiz

University

10 Qs

MongoDB Concepts 1

MongoDB Concepts 1

University

10 Qs

Quiz_Perteknologian

Quiz_Perteknologian

10th Grade

12 Qs

Windows Group Policy Object Batch 1

Windows Group Policy Object Batch 1

University

10 Qs

AI For Youth Module 1

AI For Youth Module 1

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

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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