Excel IF and Nested IF Functions Quiz

Excel IF and Nested IF Functions Quiz

12th Grade

10 Qs

quiz-placeholder

Similar activities

If else

If else

University

15 Qs

Excel - 1

Excel - 1

KG - University

10 Qs

CM 130 Excel Prep

CM 130 Excel Prep

University

12 Qs

SC102- Lesson 2 (Recap)

SC102- Lesson 2 (Recap)

University

10 Qs

If-Statements

If-Statements

9th - 12th Grade

10 Qs

Excel Functions Quiz

Excel Functions Quiz

University

10 Qs

JS IF ELSE FOR LOOPS

JS IF ELSE FOR LOOPS

University

13 Qs

C++ Switch  and If Else Statements

C++ Switch and If Else Statements

University

15 Qs

Excel IF and Nested IF Functions Quiz

Excel IF and Nested IF Functions Quiz

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Eldorette Loots

Used 8+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the IF function do in Excel?

Calculates totals

Checks a condition and returns one value if true and another if false

Sorts data

Applies formatting

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The IF function can also be used with ________ values, such as TRUE and FALSE.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

=IF(condition, value_if_true, value_if_false)

=IF(value_if_true, condition, value_if_false)

=IF(value_if_false, condition, value_if_true)

=IF(value_if_true, value_if_false, condition)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the formula =IF(A1>10, "Yes", "No") is used in cell B1 and the value in A1 is 8, what will B1 display?

Yes

No

Error

True

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following formulas represents a correct nested IF statement?

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

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

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

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

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The limitation for the maximum number of nested IF levels in Excel 2007 and newer versions is ________.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the formula =IF(A1="Passed", "Congratulations", IF(A1="Failed", "Try Again", "Invalid")), what is displayed if A1 contains "Incomplete"?

Congratulations

Try Again

Invalid

Error

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?