Create an overall variable / rating from a number of ratings / variables
This week Cameron send us the following question:
“I am writing about the stereotypes that people hold in regard to public service employees. Participants are required to rate a private, state, federal and local employee on a number of ratings such as efficiency. It is a 7 point Likert scale.
How do I obtain an overall rating score for each participant for each level of employee?”
Cameron, I assume you have already got your data into SPSS. I also assume you have put each score in a different variable and scored every variable with a figure from 1 to 7. To create an overall rating, you can use the Compute function. You can find this under Transform -> Compute.
- In the field Target Variable, you fill in the name of a (new) variable which should contain the overall rating.
- In the field Numeric Expression you create a formula by typing or clicking the right buttons, like the following:
(var1+var2+var3+var4)/4
- In this formula the 4 stands for the number of variables.
- When you are finished, press OK.
In the newly created variable you can now find the overall score. If you have any questions about SPSS, please do not hesitate to contact us.

