View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.charting
aspelker
 
Posts: n/a
Default How do I add Cumulative values to Stacked Bar chart?

I have a stacked bar chart in which i want to show the value label of each
section and show the cumlative value. So if there is section A,B,C and A= 1,
B= 2, C = 3 I want each section to have those labels but i also want labels
that say 1, 3, 6 for the cumulative values. Is there anyway to do this?

Thanks