Weighted Questionnaire results

Schoots

New Member
Joined
Apr 12, 2016
Messages
10
Hi all,

I have a question regarding getting data / results out of a questionnaire where each question (Yes or No questions) represents a certain amount of points one can get.
I know it is not the best explanation hence i made the following table to make more clear what i mean.

Points per Q2312

QuestionsQ1Q2Q3Q4Total score
Name

Client 1NNYY
3
Client 2YYYY
9
Client 3YNYN
3​
Client 4NYYN
4​

<tbody>
</tbody>

As you can see, each total score is based on the answer of the questions times the points for that particular question.

To make it more difficult, there are a few questions which require a Yes answer based on another criteria but when that criteria is not met the question doesn't have to be answerd with yes. which leaves the following table

ABCDEFGHIJ
1Points per Q
2
3
1
2

2
Criteria
Met?
QuestionsQ1Q2Q3Q4
Total score
Total score
possible
Percentage
OK
3NameOnly when
Criteria is met

4Client 1YNNYY
3
837.5%
5Client 2NYYYY
8
6100%
6Client 3NYNYN
3​
650%
7Client 4NNYYN
4​
666.66%
8

<tbody>
</tbody>

As you can see Client 1 and Client 3 both have a score of 3 but since one has a higher possible score due to the criteria the percentage OK differs.

What i have done now is the following formula to get to that Percentage OK

=(IF(D4="Y";D1;0))+(IF(E4="Y";E1:0))+(IF(F4="Y";F1;0))+(IF(AND(G4="Y";B4="Y");G1;0))

This does work and gives me the desired result.
However it probably is way to complex (keep in mind that in the real file i have 28 questions) and the file is continuasly updated with at this moment in time 28 questions.
Pulling the formula down to add more respondents is no issue at all and works fine. the problem arrises when I want to add or remove a question, because then the formula has to be altered to work with the new question.

Also I'm not the only one working with the file and others, who do not know how to alter the formula want to add questions.

So the end question is:
Is is possible to get the desired results as i have them now in the J collumn but working with a dynamic formula / range or an array formula that allows for adding and removing questions.

also if someone knows how to do this, could you elaborate a little bit on how the solution works rather than only giving me the formula so that i can expans my excel knowledge and do things like this myself in the future.

Thank you in advance.
 
Last edited:

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.

Forum statistics

Threads
1,214,983
Messages
6,122,595
Members
449,089
Latest member
Motoracer88

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top