Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 661
Default Excel 2000 Counting occurrances

I'd like to count the number of specific responses to a specific question in
a questionnaire where I have 100 respondents and have the info on one excel
sheet
e.g
I'd like to be able to get the following information:
Question 1 had 42 responses of "Agree", 7 responses of "Neutral", 18
responses of "Disagree"...etc
Question 2 had "90" responses of "Strongly agree", 2 responses of "Disagree"

I'm struggling with the formulas
Can you help?


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Excel 2000 Counting occurrances

Maybe using the =countif() function:

=countif(a1:a99,"Agree")



Paul wrote:

I'd like to count the number of specific responses to a specific question in
a questionnaire where I have 100 respondents and have the info on one excel
sheet
e.g
I'd like to be able to get the following information:
Question 1 had 42 responses of "Agree", 7 responses of "Neutral", 18
responses of "Disagree"...etc
Question 2 had "90" responses of "Strongly agree", 2 responses of "Disagree"

I'm struggling with the formulas
Can you help?


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 661
Default Excel 2000 Counting occurrances

Hi Dave,
I'd like to be able to say COUNTIF() When question is "1"
So I can get the individual question responses for mulitple questions
Thanks

"Dave Peterson" wrote:

Maybe using the =countif() function:

=countif(a1:a99,"Agree")



Paul wrote:

I'd like to count the number of specific responses to a specific question in
a questionnaire where I have 100 respondents and have the info on one excel
sheet
e.g
I'd like to be able to get the following information:
Question 1 had 42 responses of "Agree", 7 responses of "Neutral", 18
responses of "Disagree"...etc
Question 2 had "90" responses of "Strongly agree", 2 responses of "Disagree"

I'm struggling with the formulas
Can you help?


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Excel 2000 Counting occurrances

Maybe...

=sumproduct(--(a1:a99=1),--(b1:b99="agree"))

Adjust the ranges to match--but you can't use whole columns.

=sumproduct() likes to work with numbers. The -- stuff changes trues and falses
to 1's and 0's.

Bob Phillips explains =sumproduct() in much more detail he
http://www.xldynamic.com/source/xld.SUMPRODUCT.html

And J.E. McGimpsey has some notes at:
http://mcgimpsey.com/excel/formulae/doubleneg.html

Paul wrote:

Hi Dave,
I'd like to be able to say COUNTIF() When question is "1"
So I can get the individual question responses for mulitple questions
Thanks

"Dave Peterson" wrote:

Maybe using the =countif() function:

=countif(a1:a99,"Agree")



Paul wrote:

I'd like to count the number of specific responses to a specific question in
a questionnaire where I have 100 respondents and have the info on one excel
sheet
e.g
I'd like to be able to get the following information:
Question 1 had 42 responses of "Agree", 7 responses of "Neutral", 18
responses of "Disagree"...etc
Question 2 had "90" responses of "Strongly agree", 2 responses of "Disagree"

I'm struggling with the formulas
Can you help?


--

Dave Peterson


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Excel 5 and Excel 2000 question. Naveen Mukkelli Excel Discussion (Misc queries) 1 March 3rd 06 09:05 AM
Excel 2000 problem copying drawingobjects between sheets SiriS Excel Discussion (Misc queries) 0 February 8th 06 10:31 AM
Excel XP 2002 Vs. Excel 2000 Samantha Excel Discussion (Misc queries) 0 April 18th 05 03:54 PM
Excel 2000 file when opened in Excel 2003 generates errors? Doug Excel Discussion (Misc queries) 13 December 25th 04 10:20 PM


All times are GMT +1. The time now is 09:36 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"