View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.charting
John Mansfield John Mansfield is offline
external usenet poster
 
Posts: 235
Default Problem with pie chart

A slightly change in your setup to look like the one below should work:

A1 = "Total number of Employees trained" B1 = 51
A2 = "Total number of Employees remaining to train" B2 = 195

Put your curser in cell A1 and start the chart wizard. In step 2 of the
wizard make sure your data range references the range A1:B2 and that the
series indicates "Series in columns".

--
John Mansfield
http://www.cellmatrix.net


"Patrick C. Simonds" wrote:

What am I missing? I want to chart the data below using a pie chart with a
legend that tells me what each of the pieces of the pie represents. I tried
selecting cells A1 and A2 and I have tried selecting cells A1:B2. All I end
up with is a legend with the 2 colors represented on the chart and on is
labeled 1 the other 2, instead of Total number of Employees trained and
Total number of Employees remaining to train.

A1 = 51 B1 = "Total number of Employees trained"
A2 = 195 B2 = "Total number of Employees remaining to train"