I have 2 columns of data (see example below):
A 10
B 5
A 20
A 30
B 15
C 10
I need a 3rd column which displays the average of each group for each record in that group, to get the following 3rd column results:
20 (which is the average of A)
10 (which is the average of B)
20
20
10
10 (which is the average of C)
Pivot table to calculate the averages? What then? Thanks.
A 10
B 5
A 20
A 30
B 15
C 10
I need a 3rd column which displays the average of each group for each record in that group, to get the following 3rd column results:
20 (which is the average of A)
10 (which is the average of B)
20
20
10
10 (which is the average of C)
Pivot table to calculate the averages? What then? Thanks.