PC Review
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Charting
Voting Chart
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Charting
Voting Chart
![]() |
Voting Chart |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I have copied the voting information from Outlook and I
want to graph the responses in Excel. I know it can be done with a pivot chart, but that is beyond my users abilities. The data looks like this A B Bob Yes John No Bill Yes Moe Maybe Is there a quick and easy way to graph this in a pie? Thanks! |
|
|
|
#2 |
|
Guest
Posts: n/a
|
You need to coun the number of "no", "yes", and "maybe"
Like this in D1, =countif(B:B="Yes") and so on in D2 for "No" and in D3 for "Maybe" Then in C1 type "Yes", C2 type "No", and C3 type "Maybe" So it will look like this: A B C D Bob Yes Yes 2 John No No 1 Bill Yes Maybe 1 Moe Maybe Of course, as you add more names and responses, the calculation will continue to add to the COUNTIF calculation. Then you can highlight C1 3, click on Chart, and createyour pie chart from there. Brenda >-----Original Message----- >I have copied the voting information from Outlook and I >want to graph the responses in Excel. I know it can be >done with a pivot chart, but that is beyond my users >abilities. The data looks like this >A B >Bob Yes >John No >Bill Yes >Moe Maybe > >Is there a quick and easy way to graph this in a pie? > >Thanks! > >. > |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Thanks Brenda!
>-----Original Message----- >You need to coun the number of "no", "yes", and "maybe" > >Like this in D1, >=countif(B:B="Yes") >and so on in D2 for "No" and in D3 for "Maybe" > >Then in C1 type "Yes", C2 type "No", and C3 type "Maybe" > >So it will look like this: > >A B C D >Bob Yes Yes 2 >John No No 1 >Bill Yes Maybe 1 >Moe Maybe > >Of course, as you add more names and responses, the >calculation will continue to add to the COUNTIF >calculation. > >Then you can highlight C1 3, click on Chart, and create>your pie chart from there. > >Brenda > >>-----Original Message----- >>I have copied the voting information from Outlook and I >>want to graph the responses in Excel. I know it can be >>done with a pivot chart, but that is beyond my users >>abilities. The data looks like this >>A B >>Bob Yes >>John No >>Bill Yes >>Moe Maybe >> >>Is there a quick and easy way to graph this in a pie? >> >>Thanks! >> >>. >> >. > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
I'm sure Brenda meant her example to be =COUNTIF(B:B,"Yes")
-- Regards, Tushar Mehta, MS MVP -- Excel www.tushar-mehta.com Excel, PowerPoint, and VBA add-ins, tutorials Custom MS Office productivity solutions In article <024901c3b38d$1dc2c450$a401280a@phx.gbl>, anonymous@discussions.microsoft.com says... > You need to coun the number of "no", "yes", and "maybe" > > Like this in D1, > =countif(B:B="Yes") > and so on in D2 for "No" and in D3 for "Maybe" > > Then in C1 type "Yes", C2 type "No", and C3 type "Maybe" > > So it will look like this: > > A B C D > Bob Yes Yes 2 > John No No 1 > Bill Yes Maybe 1 > Moe Maybe > > Of course, as you add more names and responses, the > calculation will continue to add to the COUNTIF > calculation. > > Then you can highlight C1 3, click on Chart, and create> your pie chart from there. > > Brenda > > >-----Original Message----- > >I have copied the voting information from Outlook and I > >want to graph the responses in Excel. I know it can be > >done with a pivot chart, but that is beyond my users > >abilities. The data looks like this > >A B > >Bob Yes > >John No > >Bill Yes > >Moe Maybe > > > >Is there a quick and easy way to graph this in a pie? > > > >Thanks! > > > >. > > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

3, click on Chart, and create
