funciones MODA en LibreOffice Calc

¿Cuál es la diferencia entre las funciones =MODO() (en otros programas se llama MODA por que le habrán cambiado el género), =MODA.UNO () y =MODA.VARIOS()?, sólo MODO está en la ayuda…
Si son distintas ¿cómo se usa cada una?

MODE.SNGL - MODA.UNO

Returns the most frequently occurring, or repetitive, value in an array or range of data. If there are several values with the same frequency, it returns the smallest value. An error occurs when a value doesn’t appear twice.
Syntax

MODE.SNGL(Number1; Number2; …Number30)

Number1; Number2;…Number30 are numerical values or ranges.
Warning.png If the data set contains no duplicate data points, MODE.SNGL returns the #VALUE! error value.
Example

=MODE.SNGL(A1:A50)


MODE.MULT - MODA.VARIOS()

Returns a vertical array of the statistical modes (the most frequently occurring values) within a list of supplied numbers.
Syntax

MODE.MULT(Number1; Number2; …Number30)

Number1; Number2;…Number30 are numerical values or ranges.
Warning.png As the MODE.MULT function returns an array of values, it must be entered as an array formula. If the function is not entered as an array formula, only the first mode is returned, which is the same as using the MODE.SNGL function.
Example

=MODE.MULT(A1:A50)


MODA

Devuelve el valor más común de un grupo de datos. Si hay varios valores con la misma frecuencia, devuelve el inferior. Si ningún valor se repite dos veces, se muestra un mensaje de error.
Sintaxis

MODO(Número1; Número2; …; Número30)

Número1; Número2;… Número30 son los valores o rangos numéricos.
Ejemplo

=MODO(A1:A50)