EXCEL MODE.MULT FUNCTION

The MODE.MULT function in Excel returns a vertical array of statistical modes (the most often occurring values) from a list of integers.

Syntax :

=MODE.MULT( number1[number2], … )

Parameters :

The number parameters can be up to 254 numeric values (or arrays of numeric values) for which the mode should be calculated.

Step By Step Guide of MODE.MULT Function

Example :

The Mode is shown in cells B1-B2 of the spreadsheet on the right. Mult is a function that returns the modes of the values in cells A1-A10. The data set clearly contains two modes, values 3 and 5, and therefore the Mode. Mult returns a vertical array containing these two values. As a result, it must be inserted as an array formula into the vertical range of cells B1-B2.

  • #N/A! – Occurs when there are no duplicates (and thus no mode) within the supplied values.
  • #VALUE! – Occurs when a value providing direction to the function (that is, one not part of an array) is non-numeric.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now