Hello,
I am building a repository for Interview Evaluations. I have created a form to collect answers from the interviewers to rate candidates.
Interviewers are asked to score candidate competencies in multiple areas. I have assigned point value to each answer (2 points for Strongly Agree, 1 point for Agree, 0 for Neutral, -1 Disagree, -2 Strongly Disagree). These point values are totaled up in the "Total points out of possible 34" column, using helper columns.
I will have multiple interviewer forms (multiple rows) for each candidate. I would like to summarize the point averages for each candidate.
What I need is a formula to:
- Match all lines with the same candidate name
- Pull all of the total scores (from each line)
- Calculate an average of scores (total scores added up divided by # of interviewer responses)
Any help would be greatly appreciated.
Thank you!