Charting

lsreleford

New Member
Joined
May 8, 2012
Messages
37
So I have this spreadsheet that polled people as to what activities they would like to do. How do I make a pie chart about that shows the percentages of those who said "yes" to each individual thing?

[TABLE="width: 1156"]
<colgroup><col><col><col><col><col><col><col><col><col span="2"><col><col span="2"></colgroup><tbody>[TR]
[TD]LAST NAME[/TD]
[TD]FIRST NAME[/TD]
[TD]GENDER[/TD]
[TD]HELP ON PLANNING COMMITTEE[/TD]
[TD]AGE[/TD]
[TD]ACTIVITIES[/TD]
[TD]PREFERRENCE FOR ACTIVITES[/TD]
[TD]MOVIES[/TD]
[TD]SKATING[/TD]
[TD]BOWLING[/TD]
[TD]CONCERTS/MUSICALS/PLAYS[/TD]
[TD]WOF[/TD]
[TD]OOF[/TD]
[/TR]
[TR]
[TD]Anderson[/TD]
[TD]Brytani[/TD]
[TD]Female[/TD]
[TD]YES[/TD]
[TD]18-24[/TD]
[TD]Monthly[/TD]
[TD]Friday[/TD]
[TD][/TD]
[TD]YES[/TD]
[TD][/TD]
[TD]YES[/TD]
[TD]YES[/TD]
[TD]YES[/TD]
[/TR]
[TR]
[TD]Barnes[/TD]
[TD]Garry[/TD]
[TD]Male[/TD]
[TD]Yes[/TD]
[TD]18-24[/TD]
[TD]Monthly[/TD]
[TD]Friday, Saturday[/TD]
[TD]YES[/TD]
[TD]YES[/TD]
[TD]YES[/TD]
[TD]YES[/TD]
[TD]YES[/TD]
[TD]YES[/TD]
[/TR]
[TR]
[TD]Caldwell[/TD]
[TD]Tiffany[/TD]
[TD]Female[/TD]
[TD]YES[/TD]
[TD]35-39[/TD]
[TD]Every Other Month[/TD]
[TD]Friday, Saturday[/TD]
[TD]YES[/TD]
[TD]YES[/TD]
[TD]YES[/TD]
[TD]YES[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Carlisle[/TD]
[TD]Wendy[/TD]
[TD]Female[/TD]
[TD]Yes[/TD]
[TD]50-54[/TD]
[TD]Monthly[/TD]
[TD]Saturday[/TD]
[TD]YES[/TD]
[TD][/TD]
[TD]YES[/TD]
[TD]YES[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Goodloe[/TD]
[TD]Kylin[/TD]
[TD][/TD]
[TD]YES[/TD]
[TD]18-24[/TD]
[TD]Monthly[/TD]
[TD]Friday, Sunday[/TD]
[TD]YES[/TD]
[TD]YES[/TD]
[TD][/TD]
[TD]YES[/TD]
[TD]YES[/TD]
[TD]YES[/TD]
[/TR]
[TR]
[TD]Jackson[/TD]
[TD]Nancy[/TD]
[TD]Female[/TD]
[TD]Yes[/TD]
[TD]45-49[/TD]
[TD]Monthly[/TD]
[TD]Saturday, Sunday[/TD]
[TD][/TD]
[TD][/TD]
[TD]YES[/TD]
[TD]YES[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
You will need to great a data series to use for your chart.


Excel 2010
ABCDEFGHIJKLM
1LAST NAMEFIRST NAMEGENDERHELP ON PLANNING COMMITTEEAGEACTIVITIESPREFERRENCE FOR ACTIVITESMOVIESSKATINGBOWLINGCONCERTS/MUSICALS/PLAYSWOFOOF
2AndersonBrytaniFemaleYES18-24MonthlyFridayYESYESYESYES
3BarnesGarryMaleYes18-24MonthlyFriday, SaturdayYESYESYESYESYESYES
4CaldwellTiffanyFemaleYES35-39Every Other MonthFriday, SaturdayYESYESYESYES
5CarlisleWendyFemaleYes50-54MonthlySaturdayYESYESYES
6GoodloeKylinYES18-24MonthlyFriday, SundayYESYESYESYESYES
7JacksonNancyFemaleYes45-49MonthlySaturday, SundayYESYES
8
9
10
11MOVIESSKATINGBOWLINGCONCERTS/MUSICALS/PLAYS
124446
Sheet4
Cell Formulas
RangeFormula
H12=COUNTIF(H2:H7,"yes")
I12=COUNTIF(I2:I7,"yes")
J12=COUNTIF(J2:J7,"yes")
K12=COUNTIF(K2:K7,"yes")


You can then select the data and insert a pie chart. If you want you can then add the data labels to so the present for each slice.
 
Upvote 0

Forum statistics

Threads
1,223,227
Messages
6,170,853
Members
452,361
Latest member
d3ad3y3

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top