how do I plot two sets of data in the same graph?

O

olliesf

I would like to plot shipment unit growth as a bar chart and yearly market
growth as a line chart on the same graph. What is the best way to do that?

Thanks
 
E

Echo S

Plot your two data series in a column chart. Then right-click one of the
bars and choose Chart Type from the popup menu. Select a line chart.

It's not terribly intuitive, but that's how you combine two chart types --
simply apply the other chart type to one of the series.
 
Top