Spreadsheet Fundamentals - Quiz2

Spreadsheet Fundamentals - Quiz2

University

20 Qs

quiz-placeholder

Similar activities

XTK 012 CALC TEST 2021/JUN(2) & SEP(1)

XTK 012 CALC TEST 2021/JUN(2) & SEP(1)

University

20 Qs

MS-EXCEL FUNCTIONS

MS-EXCEL FUNCTIONS

University

16 Qs

Kiến thức Excel

Kiến thức Excel

University

15 Qs

Excel Formula

Excel Formula

4th Grade - Professional Development

20 Qs

ms. excel

ms. excel

University

20 Qs

Pengolahan Data IT

Pengolahan Data IT

University

20 Qs

UJIAN CALC XMK012 2021 JUN(3)

UJIAN CALC XMK012 2021 JUN(3)

University

20 Qs

Dasar Komputer

Dasar Komputer

10th Grade - University

20 Qs

Spreadsheet Fundamentals - Quiz2

Spreadsheet Fundamentals - Quiz2

Assessment

Quiz

Computers

University

Medium

Created by

Rommel Sario

Used 4+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The IF function can be nested inside another IF function to handle multiple conditions.
True
False

Answer explanation

The IF function can indeed be nested within another IF function to handle more than one condition, known as Nested IFs.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which formula would correctly use a nested IF to categorize scores as "Excellent" for scores 90 and above, "Good" for scores 75-89, and "Needs Improvement" for scores below 75?
=IF(A1>=90,"Excellent",IF(A1>=75,"Good","Needs Improvement"))
=IF(A1>=75,"Good",IF(A1>=90,"Excellent","Needs Improvement"))
=IF(A1>=90,"Good",IF(A1>=75,"Excellent","Needs Improvement"))
=IF(A1<75,"Needs Improvement",IF(A1<90,"Good","Excellent"))

Answer explanation

The formula =IF(A1>=90,"Excellent",IF(A1>=75,"Good","Needs Improvement")) correctly categorizes the scores as specified, checking for the highest range first.

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following functions would you use to count how many times a specific word appears in a range?
COUNT
COUNTIF
SUM
MAX

Answer explanation

COUNTIF can be used to count the number of cells that contain a specific word or value in a given range.

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The SUM function can only be used to add up numbers in a single row or column.
True
False

Answer explanation

The SUM function can add numbers across multiple rows and columns, not just a single row or column.

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following functions could be used to count the number of cells in a range that contain numbers greater than 100?
COUNT
COUNTA
COUNTIF
SUMIF

Answer explanation

The COUNTIF function can count cells in a range that meet the criterion of containing numbers greater than 100.

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How do you apply conditional formatting to highlight cells greater than a certain value?
Home > Insert > Conditional Formatting
Home > Conditional Formatting > Highlight Cells Rules > Greater Than
Data > Conditional Formatting > Manage Rules
File > Options > Conditional Formatting

Answer explanation

To apply conditional formatting for cells greater than a specified value, navigate to Home > Conditional Formatting > Highlight Cells Rules > Greater Than.

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What does the "Filter" option in Excel allow you to do?
Hide rows
Display only the rows that meet certain criteria
Sort the data alphabetically
Remove duplicates from the dataset

Answer explanation

The "Filter" option allows you to display only those rows that meet specific criteria, making it easier to analyze data.

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?