Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
The cells in Column A (A1:A168) have a Data Validation list that allows
the user to select 1 of 5 names (e.g., Bob, Tony, Sue, Mark and Mary). I would like to use the Chart wizard to create a pie chart to see how many times the various people were selected (e.g., Bob 65%, Tony 12%, Sue 5%, Mark 0% and Mary 18%). Heowever, everytime I put in my data range of A1:A100, lists 168 different series. I've tried several other data & series ranges, but have not been able to stumble across the correct method to achieve the desired results. Any suggestions? |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
You have to give a chart some numbers to plot. You're just giving it a list
of text. You can use a pivot table to turn this list into a useful table. Put a title above the column, something like "Names". Select the data, then start the Pivot Table Report wizard from the Data menu. When you get your empty pivot table frame, drag the Names field to the Rows area, and drag another copy of the Names field to the Data area. Now you can make a pivot chart, or you can make a regular chart, following instructions on this page: http://pubs.logicalexpressions.com/P...cle.asp?ID=553 - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions http://PeltierTech.com _______ "AntnyMI" wrote in message ups.com... The cells in Column A (A1:A168) have a Data Validation list that allows the user to select 1 of 5 names (e.g., Bob, Tony, Sue, Mark and Mary). I would like to use the Chart wizard to create a pie chart to see how many times the various people were selected (e.g., Bob 65%, Tony 12%, Sue 5%, Mark 0% and Mary 18%). Heowever, everytime I put in my data range of A1:A100, lists 168 different series. I've tried several other data & series ranges, but have not been able to stumble across the correct method to achieve the desired results. Any suggestions? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sorting 2 colums of numbers and incremening them down | Excel Discussion (Misc queries) | |||
Trick? for using INDIRECT references in Data Source of Chart? | Charts and Charting in Excel | |||
Line disappearing from chart after changing data source | Charts and Charting in Excel | |||
Updating charts when data source is in a different file | Charts and Charting in Excel | |||
I need more general XY point to point plotting than XY scatter in | Charts and Charting in Excel |