Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
I have a list of providers with different categories that they score on;
scores varies for eac Category. Eg Cat1 score are 0, 2 , 4 Cat2 scores are 0, 5, 10 Cat3 scores are 0, 1 How can I draw a Pie or bar graph that will show each category in one section of the graph on the X axis, scores are in the Y axis, showing how many providers in each score/category? Prov Cat1 Cat2 Cat3 0 0 0 0 1 0 5 1 2 2 10 1 3 4 5 1 4 0 0 1 5 2 5 1 Thanks |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
You need a sumary row at the bottom of the table. the use as the x-axis the
1st row with the Cat1 Cat2 and Cat3 as the x-axis lables. I'm not sure from you description if the summary row should contain either formula 1 or formula 2 =sum(A2:A6) which add all the number in cat1 or if you just want a count =countif(A2:A6,"0") "Max" wrote: I have a list of providers with different categories that they score on; scores varies for eac Category. Eg Cat1 score are 0, 2 , 4 Cat2 scores are 0, 5, 10 Cat3 scores are 0, 1 How can I draw a Pie or bar graph that will show each category in one section of the graph on the X axis, scores are in the Y axis, showing how many providers in each score/category? Prov Cat1 Cat2 Cat3 0 0 0 0 1 0 5 1 2 2 10 1 3 4 5 1 4 0 0 1 5 2 5 1 Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 error "some chart types cannot be combined with other chart types. Select a different chart types" | Charts and Charting in Excel | |||
Double-stacked Bar Chart WITH a Secondary Y Axis Line chart? | Charts and Charting in Excel | |||
Huge differences in chart values screws my bar chart scale up. | Charts and Charting in Excel | |||
Embedded Chart Versus Chart - ShowDetail Issue | Charts and Charting in Excel | |||
scatter chart insists on plotting as a line chart | New Users to Excel |