0
0
Excelspreadsheet~20 mins

Pie and doughnut charts in Excel - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Pie and Doughnut Chart Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
📊 Formula Result
intermediate
2:00remaining
Calculate percentage for pie chart slices
You have sales data in cells A2:A5 and total sales in cell A6. Which formula in B2 correctly calculates the percentage share of sales in A2 for a pie chart?
A=SUM(A2)/$A$6
B=A2/A6
C=A2/$A$6
D=$A$6/A2
Attempts:
2 left
💡 Hint
Use absolute reference for total sales to keep it fixed when copying the formula.
Function Choice
intermediate
2:00remaining
Best function to sum categories for doughnut chart
You want to create a doughnut chart showing total sales by category. Which function best sums sales for each category listed in column A with sales in column B?
AMAX(B:B)
BCOUNTIF(B:B, ">0")
CAVERAGE(B:B)
DSUMIF(A:A, "Category1", B:B)
Attempts:
2 left
💡 Hint
You need to add sales only for one category at a time.
🎯 Scenario
advanced
2:00remaining
Fixing incorrect pie chart slice sizes
You created a pie chart but the slices do not match the sales data percentages. What is the most likely cause?
AThe data range includes empty cells or text values.
BThe chart type is set to doughnut instead of pie.
CThe chart title is missing.
DThe worksheet is protected.
Attempts:
2 left
💡 Hint
Pie charts need clean numeric data to calculate slice sizes correctly.
data_analysis
advanced
2:00remaining
Analyzing doughnut chart data labels
You want to show both category names and percentages on doughnut chart labels. Which setting combination achieves this?
AEnable 'Series Name' and 'Value' in data label options.
BEnable 'Category Name' and 'Percentage' in data label options.
CEnable 'Legend' only and disable data labels.
DEnable 'Value' only in data label options.
Attempts:
2 left
💡 Hint
Data labels can show multiple pieces of info if selected.
🧠 Conceptual
expert
3:00remaining
Understanding doughnut chart ring levels
You have a doughnut chart with two rings showing sales by region (outer ring) and by product (inner ring). What does the size of each slice in the inner ring represent?
AThe proportion of product sales within the total sales of its region.
BThe total sales of the product across all regions.
CThe total sales of the region regardless of product.
DThe average sales of all products combined.
Attempts:
2 left
💡 Hint
Doughnut charts with multiple rings show hierarchical data.