How can I tally individual votes when the SharePoint survey combines multiple choice selections as a single vote?
Today’s question comes from Linda and Yongwei in Shanghai:
“Is there a way we can have people vote on SharePoint to accomplish the following? We will provide a list of 10 candidates. The user is supposed to vote for no more than 3 of them by checking the box. We need a tally by each candidate at the end. The problem with our first implementation, using a survey, is it counts by the combination of the three votes. For example, if one person votes for 1,2,3, and the other votes for 2,3,4. The final tally says one vote for 1+2+3, one vote for 2+3+4, what we want is 2 votes each for 2,3 and 1 vote each for 1 and 4.
“What I want is something like this:
Bill = 1
Barbara = 2
Cathy = 1
“Here is screen shot. Is there any way to see for each choice how many people have selected it?”

After looking at it for a second, I started thinking about possible ways to do this, other than using a survey. What I suggested they do is create a customized list using each candidate name as a column and then use the count functionality built into the view of the list. Here’s a quick screencast to give you the idea. Let me know what you think.
Great tips! I plan to reference your blogs to my students :)
Thanks, Janis. I’ve also done the same regarding your post on when to create libraries. Let’s keep in touch.
Mark
I have been looking into this for hours. Excellent workaround. Thanks.
I have a poll question with 100+ choices. When creating a Survey I can copy and paste the choices from a spreadsheet. With the workaround, I don’t want to manually create the columns one by one. Is there an easy way to do that in batch?
Joseph – Move your question to Stump the Panel and it will get more exposure. This thread is almost a year old.
Regards,
Mark
Hi
My survey is having more than one multiple choice questions. Here you suggested to create a custom list for one question. So far more than one questions, should we extrapolate this approach? Should we create one custom list per question?
Hi,
How to Change message
“You are not allowed to respond again to this survey. ”
Sharepoint survey list
Thanks
Surendra
This may not be the cleanest method of reviewing results, but I have come up with an Excel macro that will break apart all questions on a survey and give you the results. All you have to do is Export to Spreadsheet your results and run this macro. I have stored the macro in my personal macros so it is always available. Below is the macro. Please let me know what you think.
Michael Kepley