0
0
Excelspreadsheet~20 mins

Line charts in Excel - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Line Chart Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
📊 Formula Result
intermediate
2:00remaining
Calculate the average sales for the first quarter
Given the sales data in cells B2 to B4 representing January to March, which formula correctly calculates the average sales for the first quarter?
A=SUM(B2:B4)
B=SUM(B2:B4)/2
C=MEDIAN(B2:B4)
D=AVERAGE(B2:B4)
Attempts:
2 left
💡 Hint
Think about how to find the average of a range of cells.
Function Choice
intermediate
2:00remaining
Choose the correct function to plot a line chart with dates on the X-axis
You want to create a line chart showing sales over time with dates on the horizontal axis. Which Excel feature or function helps you ensure dates are correctly used on the X-axis?
AUse the 'Insert Line or Area Chart' and select the date range as the X-axis labels
BUse the SUM function to add dates
CUse the CONCATENATE function to combine dates and sales
DUse the IF function to filter dates
Attempts:
2 left
💡 Hint
Think about how Excel charts use data ranges for axes.
🎯 Scenario
advanced
2:00remaining
Identify the cause of incorrect line chart axis labels
You created a line chart from sales data with dates in column A and sales in column B. The chart's X-axis shows numbers like 1, 2, 3 instead of dates. What is the most likely reason?
AThe date cells are formatted as text, not as dates
BThe sales data contains blank cells
CThe chart type is set to bar chart instead of line chart
DThe worksheet is protected
Attempts:
2 left
💡 Hint
Check how Excel recognizes the date values.
data_analysis
advanced
2:00remaining
Analyze trend using a line chart with multiple data series
You have monthly sales data for two products in columns B and C, with months in column A. You create a line chart with both products shown. Which insight can you get from this chart?
AFind the average sales per month for both products combined
BCalculate the total sales for each product
CCompare sales trends over time between the two products
DIdentify the product with the highest sales in a single month using a pie chart
Attempts:
2 left
💡 Hint
Think about what line charts show best.
🧠 Conceptual
expert
2:00remaining
Determine the effect of adding a secondary axis in a line chart
You have a line chart with two data series: sales volume and sales revenue. Sales volume ranges from 100 to 500 units, and revenue ranges from $10,000 to $50,000. You add a secondary vertical axis for revenue. What is the main benefit of this?
AIt changes the chart type to a bar chart automatically
BIt allows both series to be displayed clearly despite different scales
CIt combines the two series into one line for simplicity
DIt removes the legend to reduce clutter
Attempts:
2 left
💡 Hint
Think about how different value ranges affect chart readability.