D
DaveShoe
Greetings,
I am in need of a particular formula, however, I cannot seem to get m
head around it. I need to calculate the mode of data for each perso
in a list. Specifically, I need to calculate the mode for all o
Jeff's records (8) and calculate the mode for all of Bill's records (4
and due so for the entire spreadsheet (~10,000 rows/800 names).
I want to do something like this:
=if(A2=A2:A10,mode(B2:B10),"")
However, I cannot find a way to specifiy for the range of the mode t
only equal cells within Col B in rows where cells in Col A equal A2.
Col A Col B
Name Data
Jeff 8
Jeff 7
Jeff 8
Jeff 8
Jeff 6
Bill 4
Bill 4
Bill 5
Thanks For Any Help,
Dav
I am in need of a particular formula, however, I cannot seem to get m
head around it. I need to calculate the mode of data for each perso
in a list. Specifically, I need to calculate the mode for all o
Jeff's records (8) and calculate the mode for all of Bill's records (4
and due so for the entire spreadsheet (~10,000 rows/800 names).
I want to do something like this:
=if(A2=A2:A10,mode(B2:B10),"")
However, I cannot find a way to specifiy for the range of the mode t
only equal cells within Col B in rows where cells in Col A equal A2.
Col A Col B
Name Data
Jeff 8
Jeff 7
Jeff 8
Jeff 8
Jeff 6
Bill 4
Bill 4
Bill 5
Thanks For Any Help,
Dav