B
Bob Flaminio
I have a spreadsheet of this form:
A 1
B 2
A 5
C 3
C 4
B 2
A 3
B 4
I need a function that would return the average of all cells of a given
label. For example, if the desired label is "A", the function should
return 3 [(1+5+3)/3].
Thanks in advance...
A 1
B 2
A 5
C 3
C 4
B 2
A 3
B 4
I need a function that would return the average of all cells of a given
label. For example, if the desired label is "A", the function should
return 3 [(1+5+3)/3].
Thanks in advance...