survey results tally

M

ME Hill

We have sent a survey form to our customers and I'd like to use Excel to
tally the results. I've made a sheet listing all the questions and possible
answers.

I'm wondering if anyone can advise the best way to have an employee go into
the sheet and add another mark to the chosen response as the surveys are
returned?

I'm picturing him just clicking on the cell that represents the chosen check
box for each answer and a formula counting those clicks, but I'm not seeing
any possible way to work that... is it possible?

Thanks for any guidance - thought I'd ask here before creating something
cumbersome!

Mary
 
G

Guest

Have you considered using Data Validation as a way of "collecting" your
responses rather than check boxes?
 
M

ME Hill

Toppers said:
Have you considered using Data Validation as a way of "collecting" your
responses rather than check boxes?

It's not an online survey - sorry, guess I should have mentioned ;)
 
G

Guest

If you ONLY want a tally, then you are going to have to have VBA code to do
the accumulation whether or not you use check boxes or another method. If
individual responses are recorded, then formulae could be used to produce the
required tallies.

If a wrong check box is ticked you have to undo it and then tally the
correct one: this appears to me to be a "risky" approach.

The main disdavantange of doing an overall tally is that you will not be
able to do "what if" analysis on your data i.e look at permutations of
answers (which of course may not be required).

You (probably) will need some sort of trigger e.g. a button, to indicate the
data has been entered and therefore the accumulation should be actioned.

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top