Hi
I am trying to find the average of a cell with a name in that may appear several times in various columns. I then need to find the average of the value against that name in all the columns that it occurs in. This needs to be dynamic as new names and values are added it can recalculate Example:
a b c d e f g h i j k l
Aldridge Sean 2 3 3 Andrew Rob 4 3 3 Aldridge Sean 3 2 2
Andrew Rob 1 2 2 Aldridge Sean 3 2 4 Andrew Rob 2 2 3 4
smith bill 4 3 3 jones harry 3 2 2 Aldridge Sean 1 1 2
so in the above I want to find the average score for aldridge sean in column c, g and k. Then if more names and data are added I want this to recalculate automatically
hope you can help!
Bookmarks