Likert Scoring Help

nhbartos

Board Regular
Joined
May 23, 2015
Messages
148
Hi folks...

I have a simple evaluation.

4. Strongly Agree
3. Agree
2. Disagree
1. Strongly Disagree

Example:
I have 10 evaluations with each evaluation having 14 questions and 140 total potential selections.
The totals of my counts come to:

4. 100
3. 20
2. 10
1. 10

How can I crunch these so that my score works out to be in a decimal format like: 3.5

I initially averaged them and provided a percentage, but I was asked to come up with the 3.5 alternative as opposed to a percentage.

Make any sense?
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
Since Likert scales are supposed to be symmetric and equally spaced about neutral, I'd do it like this:

[Table="width:, class:grid"][tr][td]Row\Col[/td][td]
A​
[/td][td]
B​
[/td][td]
C​
[/td][td]
D​
[/td][td]
E​
[/td][td]
F​
[/td][td]
G​
[/td][/tr][tr][td]
1​
[/td][td][/td][td]
Strongly Disagree
[/td][td]
Disagree
[/td][td]
Agree
[/td][td]
Strongly Agree
[/td][td][/td][td][/td][/tr]
[tr][td]
2​
[/td][td]
Weight
[/td][td]
-3​
[/td][td]
-1​
[/td][td]
1​
[/td][td]
3​
[/td][td]
Average
[/td][td][/td][/tr]
[tr][td]
3​
[/td][td]
Count
[/td][td]
10​
[/td][td]
10​
[/td][td]
20​
[/td][td]
100​
[/td][td]
2​
[/td][td]F3: =SUMPRODUCT(B3:E3, B$2:E$2)/SUM(B3:E3)[/td][/tr]
[/table]


If you want it your way,

[Table="width:, class:grid"][tr][td]Row\Col[/td][td]
A​
[/td][td]
B​
[/td][td]
C​
[/td][td]
D​
[/td][td]
E​
[/td][td]
F​
[/td][td]
G​
[/td][/tr][tr][td]
1​
[/td][td][/td][td]
Strongly Disagree
[/td][td]
Disagree
[/td][td]
Agree
[/td][td]
Strongly Agree
[/td][td][/td][td][/td][/tr]
[tr][td]
2​
[/td][td]
Weight
[/td][td]
1​
[/td][td]
2​
[/td][td]
3​
[/td][td]
4​
[/td][td]
Average
[/td][td][/td][/tr]
[tr][td]
3​
[/td][td]
Count
[/td][td]
10​
[/td][td]
10​
[/td][td]
20​
[/td][td]
100​
[/td][td]
3.5​
[/td][td]F3: =SUMPRODUCT(B3:E3, B$2:E$2)/SUM(B3:E3)[/td][/tr]
[/table]
 
Upvote 0

Forum statistics

Threads
1,223,236
Messages
6,170,906
Members
452,366
Latest member
TePunaBloke

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