E
Eddie
Hi I am trying to calculate the most popular, then second most popular, then
third most popular tems from a list (the items are numbers 1,2,3,etc) The
mode function returns the most popluar item but not the second, third etc.
Also, if there is a tie then the lowest value should be returned e.g. 2 is
the most popular item, 4 and 7 are the second most popular (joint) so 4 is
the second most popular and 7 the third etc
third most popular tems from a list (the items are numbers 1,2,3,etc) The
mode function returns the most popluar item but not the second, third etc.
Also, if there is a tie then the lowest value should be returned e.g. 2 is
the most popular item, 4 and 7 are the second most popular (joint) so 4 is
the second most popular and 7 the third etc