View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
kraljb kraljb is offline
external usenet poster
 
Posts: 1
Default how can I use excel to tabulate survey results


Can you be more specific in what you mean by that.

If for example it's a survey with multiple choice answers (i.e. A, B,
C, D, and E) and Questions (1-10). Assume that question numbers are in
column A, Answers in B, you could use a sumproduct to get the total
number of Answer "A" for Question 3 like so

=SUMPRODUCT(--($A$1:$A$100=3),--($B$1:$B$100="A"))

You could also add in more information as if you wanted to tabulate
based on other peices of data, such as age, sex, etc. But in all
reality an example would be easier to help with this.


--
kraljb
------------------------------------------------------------------------
kraljb's Profile: http://www.excelforum.com/member.php...fo&userid=9955
View this thread: http://www.excelforum.com/showthread...hreadid=567143