Search Header Logo
Y8 Lesson 5: Excel IF Function Revision

Y8 Lesson 5: Excel IF Function Revision

Assessment

Presentation

Computers

8th Grade

Practice Problem

Medium

Created by

SY CHONG

Used 38+ times

FREE Resource

2 Slides • 15 Questions

1

Excel Revision
(IF Function)

media

2

Excel Revision
(IF Function)

media
media

3

Multiple Choice

If function allows to choose between two actions based on whether the condition is true or ..................

1

false

2

1

3

Yes

4

-1

4

Multiple Choice

Which of the following is the correct syntax for the IF function in Excel?

1

IF (logical_test, value_if_true, value_if_false)

2

=IF (logical_test, value_if_true, value_if_false)

3

=(logical_test, value_if_true, value_if_false)

4

IF(value_if_true, value_if_false, logical_test)

5

Multiple Choice

If the cell B2 is 68, what will this IF function give you as a result?

=IF (B2>60, "pass", "fail")

1

pass

2

fail

3

60

6

Multiple Choice

=IF(B5>B4, "Large", "Small")

The value in B5 = 56

The value in B4 = 89

What is the result that this IF statement will return?

1

Large

2

Small

7

Multiple Choice

What is the purpose of the IF statement in Excel?

1

Formatting cells

2

Performing calculations

3

Displaying data labels

4

Making logical comparisons

8

Multiple Choice

In an IF statement, what is the purpose of the "logical_test" parameter?

1

It defines the value if the condition is true.

2

It defines the value if the condition is false.

3

It specifies the condition to be evaluated.

4

It determines the formatting of the result.

9

Multiple Choice

What will happen if A1=2 in the following IF statement?

=IF(A1>10, "High", "Low")

1

High

2

Low

3

True

4

False

10

Multiple Choice

Which Excel function can be used as the "value_if_true" or "value_if_false" argument in an IF statement to perform another calculation?

1

SUM

2

AVERAGE

3

COUNT

4

Any mathematical function

11

Multiple Choice

What does the following IF statement do?

=IF(B2="Yes", "Approved", "Rejected")

1

Adds "Yes" to cell B2.

2

Checks if cell B2 is equal to "Yes" and returns "Approved" if true, otherwise "Rejected".

3

Checks if cell B2 is empty and returns "Approved" if true, otherwise "Rejected".

4

Checks if cell B2 is equal to "Approved" and changes it to "Rejected".

12

Multiple Choice

Which logical operator is employed in an IF statement to determine whether a value is greater than or equal to another value?

1

==

2

<>

3

!=

4

>=

13

Fill in the Blank

Scenario: You're calculating the shipping cost based on the weight in cell G2. If the weight is less than 10 kg, the cost is $5; otherwise, it's $10.

=
(
<
,
,
)

14

Fill in the Blank

Scenario: You want to display "Pass" if the score in cell A1 is greater than or equal to 50, otherwise display "Fail".

=
(
>
=
,
"
"
,
"
"
)

15

Fill in the Blank

Scenario: You need to calculate a commission based on sales in cell F6. If sales are above $1000, the commission is 10% of sales; otherwise, no commission is earned and "0" should be displayed.

=
(
>
,
*
.
,
)

16

Fill in the Blank

Scenario: You're calculating a bonus for employees in cell A1 based on their performance rating. If the rating is "Excellent," assign a bonus of $1000; otherwise, assign a bonus of $500.

=
(
=
"
"
,
,
)

17

Fill in the Blank

Scenario: You want to determine if a student is eligible for a scholarship in cell D4 based on their GPA. If the GPA is above 3.8, display "Eligible"; otherwise, display "Not Eligible".

=
(
>
.
,
"
"
,
"
"
)

Excel Revision
(IF Function)

media

Show answer

Auto Play

Slide 1 / 17

SLIDE