PC Review Forums Newsgroups Microsoft Excel Microsoft Excel Charting Voting Chart

Reply

Voting Chart

 
Thread Tools Rate Thread
Old 25-11-2003, 06:45 PM   #1
Slim
Guest
 
Posts: n/a
Default Voting Chart


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!

  Reply With Quote
Old 25-11-2003, 07:48 PM   #2
Brenda
Guest
 
Posts: n/a
Default Voting Chart

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 C13, 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!
>
>.
>

  Reply With Quote
Old 25-11-2003, 08:37 PM   #3
Guest
 
Posts: n/a
Default Voting Chart

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 C13, 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!
>>
>>.
>>

>.
>

  Reply With Quote
Old 25-11-2003, 09:20 PM   #4
Tushar Mehta
Guest
 
Posts: n/a
Default Re: Voting Chart

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 C13, 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!
> >
> >.
> >

>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off