MODE
Returns the value with the highest frequency in a dataset.
Syntax
MODE(number1, [number2], ...)Arguments
Example
MODE(10, 20, 30, 20, 40)
// returns 20
MODE(5, 8, 5, 10, 8, 5)
// returns 5
Excel Equivalent
Last updated
Was this helpful?