View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.charting
Tonso Tonso is offline
external usenet poster
 
Posts: 90
Default column charts with set set of data

I have data that looks similar to this...

Month Minutes % Loss
March 151 9.2%
April 196 12.7%
May 188 12.9%
June 142 8.30%


I would like to display it in a column chart as follows

Minutes would be displayed as a column that uses the primary axis.

% Loss would also be displayed as a column and used the secondary axis.

Both values for March would be displayed as columns,side by side, same for
April, May, and June. When I try to do this the minutes and % losses are stacked on top of one another instead of side by side. is this doable?

Thanks,

Tonso