#1   Report Post  
Posted to microsoft.public.excel.charting
Max Max is offline
external usenet poster
 
Posts: 390
Default Chart Help

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   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 9,101
Default Chart Help

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2007 error "some chart types cannot be combined with other chart types. Select a different chart types" roadsidetree Charts and Charting in Excel 15 June 2nd 09 10:53 AM
Double-stacked Bar Chart WITH a Secondary Y Axis Line chart? lpenndorf Charts and Charting in Excel 1 February 7th 07 04:32 PM
Huge differences in chart values screws my bar chart scale up. Sirritys Charts and Charting in Excel 2 June 13th 06 10:33 AM
Embedded Chart Versus Chart - ShowDetail Issue [email protected] Charts and Charting in Excel 1 May 14th 06 04:11 PM
scatter chart insists on plotting as a line chart Knows too little New Users to Excel 0 March 11th 05 06:37 PM


All times are GMT +1. The time now is 08:06 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"