Thread: Pie Chart
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tushar Mehta Tushar Mehta is offline
external usenet poster
 
Posts: 1,071
Default Pie Chart

Put the desired result in separate cells in another column. Use a formula
to put together whatever pieces of data you want (use CHAR(10) to force a
"new line," if desired).

Now, get XY Chartlabeler from www.appspro.com and use this new column as the
datalabel source.

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions

In article ,
says...
I have Excel 2000. I am trying to create a pie chart that displays both the
percentage and the value. However, there is not a radio button to select
that.

Any suggestions?

Jason