A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Charts and Charting
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Chart to show response to a question. One of answer 15 choices.



 
 
Thread Tools Display Modes
  #1  
Old November 6th, 2009, 03:15 PM posted to microsoft.public.excel.charting
PirateSam
external usenet poster
 
Posts: 2
Default Chart to show response to a question. One of answer 15 choices.

I know this will be simple but I can't figure it out. On a number of given
dates I ask how happy people are and get a number of responses between 1 and
15. I then need to plot the number of occurences of those individual respones
i.e. two people were 2, three people were 7 etc. I guess it might be a simple
X/Y but I just cannot fathom it out.

Any help would be greatly appreciated.

Regards, Nick.
  #2  
Old November 6th, 2009, 03:28 PM posted to microsoft.public.excel.charting
Andy Pope
external usenet poster
 
Posts: 2,088
Default Chart to show response to a question. One of answer 15 choices.

Hi,

You need to create a summary table of possible responses and tally.

Assuming responses are in A1:A15

in B1:B5 are the value 1 to 5, which are the available responses.
in C1 use =COUNTIF($A$1:$A$15,B1)
copy down thru C5

Now create a column chart on B1:C5

Cheers
Andy

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
"PirateSam" wrote in message
...
I know this will be simple but I can't figure it out. On a number of given
dates I ask how happy people are and get a number of responses between 1
and
15. I then need to plot the number of occurences of those individual
respones
i.e. two people were 2, three people were 7 etc. I guess it might be a
simple
X/Y but I just cannot fathom it out.

Any help would be greatly appreciated.

Regards, Nick.


  #3  
Old November 9th, 2009, 02:13 PM posted to microsoft.public.excel.charting
Luke M
external usenet poster
 
Posts: 2,672
Default Chart to show response to a question. One of answer 15 choices.

You first need to generate the data. I.e., create either a PivotTable with
Chart (seems a bit overkills for this scenario) or use a few COUNTIF formulas
to determine how many people gave a particular response on each day. Then
plot the formulated data.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"PirateSam" wrote:

I know this will be simple but I can't figure it out. On a number of given
dates I ask how happy people are and get a number of responses between 1 and
15. I then need to plot the number of occurences of those individual respones
i.e. two people were 2, three people were 7 etc. I guess it might be a simple
X/Y but I just cannot fathom it out.

Any help would be greatly appreciated.

Regards, Nick.

 




Thread Tools
Display Modes

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 Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:17 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.