I've been handed a spreadsheet with a set of rows for a group of employees, one employee per row. Along the rows are columns for ratings. Each rating is a data validation list selecting from one of 6 terms describing performance: "Strongly Agree," "Agree," "Neutral," "Disagree," "Strongly Disagree," "Too New to Rate." Each term needs to be assigned a numerical value (5-0 respectively) and then calculated to find the average rating in a final column at the end. (Example below[TABLE="width: 1196"]
<tbody>[TR]
[TD="class: xl63, width: 146"][/TD]
[TD="class: xl64, width: 81"][/TD]
[TD="class: xl65, width: 142"][TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]FirstName LastName[/TD]
[TD]Rating Item 1[/TD]
[TD]Rating Item 2[/TD]
[TD]Rating Item 3[/TD]
[TD]Rating Item 4[/TD]
[TD]Rating Item 5[/TD]
[TD]Average[/TD]
[/TR]
[TR]
[TD]Toni Jones[/TD]
[TD]Agree[/TD]
[TD]Strongly Agree[/TD]
[TD]Neutral[/TD]
[TD]Agree[/TD]
[TD]Disagree[/TD]
[TD]???[/TD]
[/TR]
[TR]
[TD]etc...[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD="class: xl65, width: 200"]
[/TD]
[TD="class: xl65, width: 140"][/TD]
[TD="class: xl65, width: 187"][/TD]
[TD="class: xl65, width: 150"][/TD]
[TD="class: xl66, width: 150"][/TD]
[/TR]
</tbody>[/TABLE]
The sheet goes on in this manner for approx. 30 employees or so. How do I: A) convert the terms to numbers, and; B) use those numbers to calculate a score?
<tbody>[TR]
[TD="class: xl63, width: 146"][/TD]
[TD="class: xl64, width: 81"][/TD]
[TD="class: xl65, width: 142"][TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]FirstName LastName[/TD]
[TD]Rating Item 1[/TD]
[TD]Rating Item 2[/TD]
[TD]Rating Item 3[/TD]
[TD]Rating Item 4[/TD]
[TD]Rating Item 5[/TD]
[TD]Average[/TD]
[/TR]
[TR]
[TD]Toni Jones[/TD]
[TD]Agree[/TD]
[TD]Strongly Agree[/TD]
[TD]Neutral[/TD]
[TD]Agree[/TD]
[TD]Disagree[/TD]
[TD]???[/TD]
[/TR]
[TR]
[TD]etc...[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD="class: xl65, width: 200"]
[/TD]
[TD="class: xl65, width: 140"][/TD]
[TD="class: xl65, width: 187"][/TD]
[TD="class: xl65, width: 150"][/TD]
[TD="class: xl66, width: 150"][/TD]
[/TR]
</tbody>[/TABLE]
The sheet goes on in this manner for approx. 30 employees or so. How do I: A) convert the terms to numbers, and; B) use those numbers to calculate a score?