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

AND_OR Excel Functions Quiz

AND_OR Excel Functions Quiz

9th Grade - University

10 Qs

Uji Pemahaman Formula Excel

Uji Pemahaman Formula Excel

9th Grade - University

15 Qs

Excel Date and Time Quiz

Excel Date and Time Quiz

12th Grade

15 Qs

Python elif and Nested if

Python elif and Nested if

12th Grade

15 Qs

Exam 1 Practice

Exam 1 Practice

University

15 Qs

C++ Switch  and If Else Statements

C++ Switch and If Else Statements

University

15 Qs

Excel If, Index and Match

Excel If, Index and Match

9th - 12th Grade

11 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?