Spreadsheet - IF Condition

Spreadsheet - IF Condition

7th Grade

8 Qs

quiz-placeholder

Similar activities

Quiz Infor 1

Quiz Infor 1

11th Grade

11 Qs

Tipuri de structuri

Tipuri de structuri

6th - 8th Grade

10 Qs

PENSAMENTO_COMPUTACIONAL_Funções em JavaScript

PENSAMENTO_COMPUTACIONAL_Funções em JavaScript

11th Grade

10 Qs

PYTHON APTITUDE

PYTHON APTITUDE

University

12 Qs

Post-Test Pengolahan & Analisis Data Ms. Excel

Post-Test Pengolahan & Analisis Data Ms. Excel

10th Grade

10 Qs

แบบทดสอบscratch

แบบทดสอบscratch

7th Grade - University

10 Qs

Kuis Algoritma dalam Bahasa Pemrograman

Kuis Algoritma dalam Bahasa Pemrograman

12th Grade

10 Qs

Informatika 19.02.2025

Informatika 19.02.2025

10th Grade - University

10 Qs

Spreadsheet - IF Condition

Spreadsheet - IF Condition

Assessment

Quiz

Information Technology (IT)

7th Grade

Practice Problem

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