0
0
Google Sheetsspreadsheet~20 mins

Pie charts in Google Sheets - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Pie Chart Pro
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 for the first item to use in a pie chart?
A=$A$6/A2
B=A2/A6
C=A2/$A$6
D=SUM(A2)/$A$6
Attempts:
2 left
💡 Hint
Use absolute reference for total sales to keep it fixed when copying the formula.
Function Choice
intermediate
2:00remaining
Choose the function to sum data for pie chart
You want to create a pie chart showing total expenses by category listed in B2:B6. Which function correctly sums the expenses in C2:C6 to get the total for the chart?
A=SUM(C2:C6)
B=COUNT(C2:C6)
C=AVERAGE(C2:C6)
D=MAX(C2:C6)
Attempts:
2 left
💡 Hint
You want the total amount, not count or average.
🎯 Scenario
advanced
2:00remaining
Fixing pie chart data range error
You created a pie chart in Google Sheets using data from A1:B5. Later, you add a new category in row 6 but the pie chart does not update to include it. What is the best way to fix this?
AUse a filter to hide the new row
BDelete and recreate the chart to include the new row
CChange the chart type to bar chart and back to pie chart
DManually update the chart data range to A1:B6
Attempts:
2 left
💡 Hint
Charts do not automatically expand their data range when new rows are added outside the original range.
data_analysis
advanced
2:00remaining
Interpreting pie chart slice sizes
A pie chart shows four slices with percentages: 10%, 20%, 30%, and 40%. If the total sales are $5000, what is the sales amount represented by the 30% slice?
A$1500
B$2000
C$1000
D$3000
Attempts:
2 left
💡 Hint
Calculate 30% of total sales.
🧠 Conceptual
expert
2:00remaining
Understanding pie chart limitations
Which of the following is a key limitation of pie charts when visualizing data?
AThey always show data in 3D
BThey are not good for showing changes over time
CThey cannot display percentages
DThey require complex formulas to create
Attempts:
2 left
💡 Hint
Think about what pie charts represent best.