Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
when i select the text that i want to create the pie chart from and i click
on insert, chart, and i select the pie chart, it just shows me a line instead of the pie chart. Can someone please help me |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hi,
Excel will not automatically summarize you textual values. For example if your data, in A1:A6, was; Apple Orange Orange Orange Apple Apple you would not get a 2 slice pie chart with each slice being 50%. You need to summarize the data using formula or pivot table. The create the pie chart on the summary data. Here is an example of summarizing the example data. B1: ="Apple" C1: =COUNTIF($A$1:$A$6,B1) B2: ="Orange" C2: =COUNTIF($A$1:$A$6,B2) The select B1:C2 in order to create your chart Cheers Andy blue wrote: when i select the text that i want to create the pie chart from and i click on insert, chart, and i select the pie chart, it just shows me a line instead of the pie chart. Can someone please help me -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hiding source cell data after creating chart | Charts and Charting in Excel | |||
Activating a Chart object | Charts and Charting in Excel | |||
Creating a line chart with two X-axes!! | Excel Discussion (Misc queries) | |||
creating a chart | Charts and Charting in Excel | |||
creating an x,y chart | Charts and Charting in Excel |