Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
tic tic is offline
external usenet poster
 
Posts: 2
Default Creating a survey/quiz

Im trying to create a survey, but have no idea how to calculate the answers:

I've made a list of categories, however there is no definite answers to the
questions e.g. It isn't multiple choice for example where I have given 5
possible answers and the person can only pick from these answers, it is left
to the person's own opinion.

Once I have a decent number of replies I can then sort out the most popular
responses.

The responses are in text form.

Do I have to come up with some numbers that represent each response to a
given question or can excel calculate text , finding certain words in answers
for example or would Access be better for this type of thing
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default Creating a survey/quiz

Use COUNTIF(). Use five cell which counts the number of responses to each
question

=Countif(A1:A100,"Answer 1")
=Countif(A1:A100,"Answer 2")
=Countif(A1:A100,"Answer 3")
=Countif(A1:A100,"Answer 4")
=Countif(A1:A100,"Answer 5")


"tic" wrote:

Im trying to create a survey, but have no idea how to calculate the answers:

I've made a list of categories, however there is no definite answers to the
questions e.g. It isn't multiple choice for example where I have given 5
possible answers and the person can only pick from these answers, it is left
to the person's own opinion.

Once I have a decent number of replies I can then sort out the most popular
responses.

The responses are in text form.

Do I have to come up with some numbers that represent each response to a
given question or can excel calculate text , finding certain words in answers
for example or would Access be better for this type of thing

  #3   Report Post  
Posted to microsoft.public.excel.misc
tic tic is offline
external usenet poster
 
Posts: 2
Default Creating a survey/quiz



"Joel" wrote:

Use COUNTIF(). Use five cell which counts the number of responses to each
question

=Countif(A1:A100,"Answer 1")
=Countif(A1:A100,"Answer 2")
=Countif(A1:A100,"Answer 3")
=Countif(A1:A100,"Answer 4")
=Countif(A1:A100,"Answer 5")


"tic" wrote:

Im trying to create a survey, but have no idea how to calculate the answers:

I've made a list of categories, however there is no definite answers to the
questions e.g. It isn't multiple choice for example where I have given 5
possible answers and the person can only pick from these answers, it is left
to the person's own opinion.

Once I have a decent number of replies I can then sort out the most popular
responses.

The responses are in text form.

Do I have to come up with some numbers that represent each response to a
given question or can excel calculate text , finding certain words in answers
for example or would Access be better for this type of thing



Thanx I'll give it a try
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
Simple quiz help [email protected] Excel Discussion (Misc queries) 1 January 10th 07 12:54 PM
Creating a Quiz... tiarna Excel Discussion (Misc queries) 2 December 20th 06 10:14 AM
Quiz... tiarna Excel Discussion (Misc queries) 3 December 14th 06 06:41 PM
Correct answers like a quiz Penny Freeman Excel Worksheet Functions 1 April 18th 06 09:52 AM
how do i create a quiz using excel? Andruu Excel Discussion (Misc queries) 1 June 27th 05 03:03 AM


All times are GMT +1. The time now is 03:12 PM.

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

About Us

"It's about Microsoft Excel"