Calculating the Median in Numbers from a list of people who voted in a certain way.
I have a number of values, each value represents the number of people who voted in a certain way. I need to find the median among the voted values.
In Numbers the function Median takes a list of values. For example we could have 8 people voting (2,1,2,2,2,1,0,1). If I had the votes expressed in this way I could apply Median (2,1,2,2,2,1,0,1) = 1.5 . But I receive them as:
| Header 1 | Header 2 | Header 3 | Header 4 |
|---|---|---|---|
| Vote expressed | 0 | 1 | 2 |
| Number of people who voted in this way: | 1 | 3 | 4 |
And I really don't know how to calculate the median in those conditions. Let me add that I have this problem several hundreds of times, for several hundreds collections of votes. So doing it by hand is really not an option.
Any help would be appreciated.
Pietro
iWorks Numbers-OTHER