View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.charting
robotman robotman is offline
external usenet poster
 
Posts: 51
Default cluster column chart with data point labels

I'm trying to create a cluster column that has a label above each data
point.

The columns are the total number of an event that happened and then I
need a label that shows what % of a goal those number of events
represent. There is no relationship between the data and the % label.

Jan (cluster 1)
A: 34 label: 98%
B: 52 label: 102%
C: 23 label: 96%

Feb (cluster 2)
A: 36 label: 102%
B: 56 label 110%
C: 21 label 92%

Can someone help me design this chart?

Thanks.

John