Excel

Excel

8th Grade

10 Qs

quiz-placeholder

Similar activities

Small Basic Week 8 (Mod 2.3 and 2.4) Pre-Quiz

Small Basic Week 8 (Mod 2.3 and 2.4) Pre-Quiz

7th - 8th Grade

12 Qs

C WEEK15 - LN 3 REVISION

C WEEK15 - LN 3 REVISION

8th Grade

10 Qs

Spreadsheet Formulas

Spreadsheet Formulas

7th - 8th Grade

15 Qs

Week 6 Review

Week 6 Review

5th - 8th Grade

15 Qs

Binary Logical and Arithmetic Shifts

Binary Logical and Arithmetic Shifts

8th - 10th Grade

15 Qs

Excel If function WSC 4.2.3

Excel If function WSC 4.2.3

7th Grade - University

10 Qs

Spreadsheets

Spreadsheets

1st - 12th Grade

15 Qs

Python Strings

Python Strings

8th - 12th Grade

14 Qs

Excel

Excel

Assessment

Quiz

Computers

8th Grade

Hard

Created by

shalini sharma

Used 275+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Choose the best description of the IF function

Checks whether a condition is met, and returns one value if TRUE, and another value if FALSE

Returns TRUE if any of the conditions are true and returns FALSE if all conditions are false

Returns TRUE if all conditions are true and returns FALSE if any of the conditions are false

Returns a value from a list using a given position

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Choose the correct format of the IF function:

=IF(logical test,value if true,value if false)

=IF(logical test,value if false,value if true)

=IF(value if true,value if false,logical test)

=IF(value if false,value if true,logical test)

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

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

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

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

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of these comparison operations means "Less than or equal to"?

<

<>

<=

$

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

In this IF function example:  =IF(G8>40,"Yes","No")

What would show in the cell after you hit enter if the value in G8 was 62?

Yes

No

Nothing would show

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The arrangement of data in Z to A will arrange the data in __________ order.

Ascending

Descending

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

The Sort & Filter option is present under which tab of Microsoft Excel?

Insert Tab

Data tab

Home tab

Format tab

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?