You have monthly sales data for three products in Excel. You want to compare the sales of each product side by side for each month. Which chart type should you use?
Think about how to show each product's sales separately for each month.
A clustered column chart places columns for each product side by side for each month, making it easy to compare their sales directly. Stacked charts combine values, which can hide individual product sales. Pie charts show parts of a whole but not comparisons over time.
You have a horizontal bar chart linked to a data range A1:A5 with values {10, 20, 30, 40, 50}. If you change the value in cell A3 from 30 to 60, what will happen to the bar chart?
Bar length corresponds to the value in the cell.
Changing the value in A3 from 30 to 60 doubles it, so the third bar's length doubles. Other bars remain unchanged.
You created a column chart and want to display the exact values on top of each column. Which Excel feature should you use?
Look for an option that shows values directly on the chart.
Adding data labels places the numeric values on each column, making the chart easier to read. Trendlines show trends, changing chart type changes the chart style, and formatting axis changes axis appearance.
You have a stacked column chart showing quarterly revenue for three regions. The total height of the Q2 column is 150, with segments 50, 60, and 40 from bottom to top. What is the revenue for the second region in Q2?
Look at the middle segment's value in the stacked column.
The stacked column segments represent each region's revenue. The second region corresponds to the middle segment, which is 60.
You create a bar chart with values ranging from 0 to 1000. You notice the horizontal axis starts at 200 instead of 0. What is the likely reason for this behavior?
Check axis formatting options.
Excel allows users to set axis minimum and maximum values manually. If the minimum is set to 200, the axis will start there instead of zero. Excel does not hide values automatically, and the chart type supports zero baseline.