Microsoft Excel 2021365 - Beginner to Advanced - Nested IFs

Microsoft Excel 2021365 - Beginner to Advanced - Nested IFs

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial introduces nested if statements, explaining their use in making logical decisions within Excel. It provides an example using employee data to calculate bonuses based on job ratings. The tutorial walks through constructing a nested if statement, highlighting the importance of avoiding hard coding and ensuring proper syntax. It also discusses simplifying the formula and handling errors. Finally, it introduces the IF S function as a more efficient alternative for newer Excel versions.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a nested IF statement?

An IF statement that always returns true.

An IF statement that does not require logical tests.

An IF statement inside another IF statement.

An IF statement that is used only once.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What determines the bonus amount for employees in the given data?

The employee's location.

The employee's job rating.

The employee's department.

The number of years at the company.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the nested IF formula, what is the bonus for a job rating of 5?

$1000

$1500

$3000

$500

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should you do if you want to avoid hard coding values in a formula?

Ignore the values.

Use a different spreadsheet.

Type the values directly into the formula.

Use cell references instead.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of locking a cell in a formula?

To highlight the cell.

To ensure the cell reference does not change when copied.

To delete the cell.

To prevent the cell from being edited.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the advantage of using the IF S function over nested IF statements?

It simplifies the construction of logical tests.

It eliminates the need for logical tests.

It makes formulas longer.

It is available in all versions of Excel.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the simplified formula, what job rating will not receive a bonus?

Rating of 2

Rating of 5

Rating of 3

Rating of 1