Skip to main content

MODE.MULT

Definition

Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data. For horizontal arrays, use TRANSPOSE(MODE.MULT(number1,number2,...)).

This will return more than one result if there are multiple modes. Because this function returns an array of values, it must be entered as an array formula.

Sample Usage

Syntax

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

The MODE.MULT function syntax has the following arguments:

  • Number1     Required. The first number argument for which you want to calculate the mode.

  • Number2, ...     Optional. Number arguments 2 to 254 for which you want to calculate the mode. You can also use a single array or a reference to an array instead of arguments separated by commas.

Remarks

  • Arguments can either be numbers or names, arrays, or references that contain numbers.

  • If an array or reference argument contains text, logical values, or empty cells, those values are ignored; however, cells with the value zero are included.

  • Arguments that are error values or text that cannot be translated into numbers cause errors.

  • If the data set contains no duplicate data points, MODE.MULT returns the #N/A error value.

In order to use the MODE.MULT formula, start with your edited Excellentable

Then type in the MODE.MULT formula in the area you would like to display the outcome:

By adding the values you would like to calculate the MODE.MULT formula for, Excellentable will generate the outcome:


A
B
C
1
Data
2
1
3
2
4
3
5
4
6
3
7
2
8
4
9
3
10
2
11
1
12
2
13
3
14
15
MODE.MULT
2

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.