I have an Excel spreadsheet where I want to remove the duplicate names and take an average for each person's score. I have a list of the following type:
Al 1 Bob 1 Bob 2 Bob 1 Joe 4 Joe 2 Kevin 1 Kevin 8 Sally 5
For instance, Kevin should be 4.5 not 8 or 1 and only appear on my new list once.



