SCA_Chapter3_End

SCA_Chapter3_End

University

15 Qs

quiz-placeholder

Similar activities

Algoritma Sorting

Algoritma Sorting

University

20 Qs

Business Data Management Quiz

Business Data Management Quiz

University

20 Qs

applied mechanics

applied mechanics

University

10 Qs

comparison2

comparison2

University

10 Qs

total quality management

total quality management

University

20 Qs

Mengoperasikan Aplikasi Perkantoran

Mengoperasikan Aplikasi Perkantoran

12th Grade - University

15 Qs

Bones and Arthrology

Bones and Arthrology

University

20 Qs

IKHARO SUMMER BOOTS CAMP EXAMINATION FOR MICROSOFTEXCEL

IKHARO SUMMER BOOTS CAMP EXAMINATION FOR MICROSOFTEXCEL

9th Grade - University

20 Qs

SCA_Chapter3_End

SCA_Chapter3_End

Assessment

Quiz

Other

University

Medium

Created by

Tran Thanh

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Excel feature is best to quickly summarize total shipments by route and month from a large transactional table?
Subtotal function
Advanced Filter
Flash Fill
PivotTable
Goal Seek

Answer explanation

PivotTables allow fast multi-dimensional aggregation (e.g., Route vs Month) without altering source data.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function pair replaces VLOOKUP to efficiently retrieve carrier cost when the column order may change?
XLOOKUP and MATCH
OFFSET and MATCH
INDEX and MATCH
INDIRECT and MATCH
CHOOSECOLS and HLOOKUP

Answer explanation

INDEX+MATCH decouples lookup and return columns, unaffected by column reordering.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In analyzing on-time delivery, which function best counts orders delivered within promised lead time stored in a separate column, e.g., DeliveredDate <= PromiseDate and Status = Delivered?
COUNTIF
SUMPRODUCT
COUNT
FILTER
COUNTIFS

Answer explanation

COUNTIFS allows multiple criteria, e.g., DeliveredDate <= PromiseDate and Status = Delivered.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To calculate total freight cost per kg where both cost and weight may contain blanks, which function avoids errors from division by zero?
AVERAGE
SUMIF
IFERROR(TotalCost/TotalWeight,0)
SUMPRODUCT(SUM/COUNT)
ROUND

Answer explanation

IFERROR traps #DIV/0! when weight is zero or blank, returning a safe fallback.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which visualization is most suitable to show proportion of total shipments by transport mode (Air, Sea, Road) for a single month?
Stacked Line Chart
Pareto Chart
Scatter Plot
Histogram
100% Stacked Column

Answer explanation

100% stacked column emphasizes share-of-total across categories for one period.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To highlight late orders automatically (RequiredDate < ShipDate), which feature is simplest?
Conditional Formatting
Data Validation
Custom Number Format
Power Pivot
DATA TABLE

Answer explanation

Conditional Formatting applies dynamic cell formats based on logical rules like lateness.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function calculates business days between planned ship and actual delivery excluding weekends?
WORKDAY
WORKDAY.INTL
EOMONTH
NETWORKDAYS
DAYS

Answer explanation

NETWORKDAYS(start,end) returns count of working days excluding weekends (optionally holidays).

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?