"If Function" Excel Quiz

"If Function" Excel Quiz

6th Grade - Professional Development

10 Qs

quiz-placeholder

Similar activities

Excel Mod 5

Excel Mod 5

6th - 12th Grade

11 Qs

Control Structure

Control Structure

9th Grade

11 Qs

Topic 1 (HW 1): Spreadsheets

Topic 1 (HW 1): Spreadsheets

7th Grade

15 Qs

Java Quiz 4

Java Quiz 4

University

15 Qs

Excel

Excel

8th Grade

10 Qs

Network Topology and excel IF function

Network Topology and excel IF function

9th - 12th Grade

15 Qs

2.11 Other Processing Methods 2

2.11 Other Processing Methods 2

9th Grade

10 Qs

N5 AIT - Spreadsheets Quiz

N5 AIT - Spreadsheets Quiz

9th - 12th Grade

15 Qs

"If Function" Excel Quiz

"If Function" Excel Quiz

Assessment

Quiz

Computers, Professional Development, Education

6th Grade - Professional Development

Hard

Created by

Rotary RECB3190

Used 14+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

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

IF (logical_test, value_if_true, value_if_false)

=IF (logical_test, value_if_true, value_if_false)

=(logical_test, value_if_true, value_if_false)

None of the above

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

If the cell B2 is 68, what will this IF function give you as a result? =IF (B2>60, 'pass', 'fail')

Pass

Fail

68

None of the above

3.

MULTIPLE CHOICE QUESTION

45 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","")

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

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

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In an IF function, what symbols need to be around text that you want to show up as the true or false of the condition

parenthesis ( )

quotation marks " "

nothing

Option 'A' and 'B'

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Except for the …… function, a formula with a logical function shows the word “TRUE” or “FALSE” as a result

AND

OR

IF

NOT

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following is correct syntax in Excel?

=IF(LogicalTest, TrueResult, FalseResult)

=IF(LogicalTest, (TrueResult, FalseResult))

=IF(LogicalTest, TrueResult) (LogicalTest, FalseResult)

=IF(LogicalTest, TrueResult), IF(LogicalTest, FalseResult)

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following statements are TRUE?

You use SUMIFs to count cells based on specified ranges and criteria.

You have to first use an IF statement in a worksheet before you can use SUMIFs or COUNTIFs.

You use COUNTIFs to count the number of cells specified by a given set of conditions or criteria.

None of the options listed above are correct.

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?