best method to determine "most frequent value" from a dynamic list

  • Thread starter Thread starter broer konijn
  • Start date Start date
B

broer konijn

Currently I use the mode function for this, but is there another perhaps
better way to determine the most frequent value from a list of values? I
cannot use frequency, since my output should be one value, not an
array.

Any suggestions? Thanx!:)
 
Back
Top