0
0
Excelspreadsheet~20 mins

Why statistical functions summarize data in Excel - Challenge Your Understanding

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Statistical Functions Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
📊 Formula Result
intermediate
2:00remaining
Calculate the average sales
You have sales data in cells A1 to A5: 100, 200, 300, 400, 500. Which formula correctly calculates the average sales?
A=COUNT(A1:A5)
B=SUM(A1:A5)/5
C=MEDIAN(A1:A5)
D=AVERAGE(A1:A5)
Attempts:
2 left
💡 Hint
Think about which function directly calculates the average value.
Function Choice
intermediate
2:00remaining
Choose the function for the middle value
Which Excel function returns the middle value in a list of numbers, summarizing the data by its center?
AMEDIAN
BAVERAGE
CMODE
DSUM
Attempts:
2 left
💡 Hint
The middle value is not the average but the median.
📊 Formula Result
advanced
2:00remaining
Find the most frequent value
Given the data in cells B1:B6: 3, 5, 3, 8, 3, 5, which formula returns the most frequent number?
A=MODE.SNGL(B1:B6)
B=MEDIAN(B1:B6)
C=AVERAGE(B1:B6)
D=MAX(B1:B6)
Attempts:
2 left
💡 Hint
The most frequent value is called the mode.
🎯 Scenario
advanced
2:00remaining
Summarize data spread with a function
You want to understand how spread out your test scores are in cells C1:C10. Which function helps summarize this spread?
ASUM(C1:C10)
BSTDEV.P(C1:C10)
CAVERAGE(C1:C10)
DCOUNT(C1:C10)
Attempts:
2 left
💡 Hint
Spread means how much the numbers differ from the average.
data_analysis
expert
2:00remaining
Identify the error in this formula
You want to calculate the average of numbers in D1:D5 but the formula =AVERAGE(D1:D6) is used. What is the result?
ACalculates average including zero for empty cell
BReturns #VALUE! error because of extra cell
CCalculates average including an empty cell, ignoring it
DReturns #REF! error due to wrong range
Attempts:
2 left
💡 Hint
Think about how Excel treats empty cells in average calculations.