IF Function

IF Function

12th Grade - Professional Development

16 Qs

quiz-placeholder

Similar activities

Python List

Python List

4th Grade - University

15 Qs

logica excel

logica excel

1st Grade - University

21 Qs

1.1.1 The structure and function of the processor

1.1.1 The structure and function of the processor

11th Grade - University

15 Qs

Network topologies

Network topologies

8th Grade - University

20 Qs

WML & WAP

WML & WAP

University

20 Qs

Microsoft Office Advandces 2016

Microsoft Office Advandces 2016

9th Grade - Professional Development

20 Qs

Software Engineering Quiz 1

Software Engineering Quiz 1

University

20 Qs

Arduino Loop

Arduino Loop

2nd Grade - University

20 Qs

IF Function

IF Function

Assessment

Quiz

Computers

12th Grade - Professional Development

Practice Problem

Medium

Created by

Joan Barr

Used 11+ times

FREE Resource

AI

Enhance your content in a minute

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

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct way to write this function:
IF B4 is greater than 200, show "High", otherwise, show "Low"

IF(B4>200,"High","Low")
=IF(B4<200,"High","Low")
=IF(B4>200,"High","Low")
=IF(B4>200"High","")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct way to write this function:

IF C3 is equal to 70, show "Pass", otherwise, show "Fail"

=IF C3=70,"Pass","Fail"

=IF(C3=70,"Fail","Pass")

=IF(C3=70,Fail,Pass)

=IF(C3=70,"Pass","Fail")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct way to write this function:
IF B7 is greater or equal to 50, show "Bonus", otherwise, show "No Bonus".

=IF(B7>=50,"Bonus","No Bonus")
IF(B7>=50,"Bonus","No Bonus")
=IF(B7>50,"Bonus","No Bonus")
=IF(B7=50,"Bonus","No Bonus")

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct way to write this function:

IF C4 is less than 75, multiply C4 by 10, otherwise, show 0.

=IF(C4<75,"Multiply 10","0")

=IF(C4<75,C4x10,0)

=IF(C4<75,C4*10,0)

=IF(C4>75,C4*10,0)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these symbols means "greater than"?

>
<
=
$

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In this IF function example:  =IF(G8>40,"Yes","No")
What would show in the cell after you hit enter if the value in G8 was 62?

Yes
No
Nothing would show

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the IF function example:
=IF(A23>=100,"Prize","No Prize")
What would show in the cell after you hit enter if the value in A23 is 89?

Prize
No Prize
Nothing would show in the cell

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?