MODESNGL
Returns the single most frequently occurring value in a dataset. When multiple numbers appear frequently, it returns the first mode.
Syntax
MODESNGL(number1, [number2], ...)Arguments
Example
MODESNGL(10, 20, 30, 20, 40)
// returns 20
MODESNGL(5, 8, 5, 10, 8, 5, 8)
// returns 5
Excel Equivalent
Last updated
Was this helpful?