The MODE function finds the single most frequently occurring value, or mode, in a list of numbers. MODE.MULT, on the other hand, tells you if there are multiple values, or multiple modes, that occur most frequently in a range of data.

MODE.MULT Function Syntax and Arguments

​A function’s syntax refers to the layout of the function and includes the function’s name, brackets, and arguments. The syntax for the MODE.MULT function is: Number (required): The values (to a maximum of 255) for which you want to calculate the modes. This argument can contain the actual numbers, separated by commas, or it can be a cell reference to the location of the data in the worksheet. Only Number1 is required; Number2 and on are optional.

Entering the MODE.MULT Function

The example shown in the image above has two modes, the numbers 2 and 3, that occur most often in the selected data. There are only two values that occur with equal frequency, but the function is in three cells. Because more cells were selected than there are modes, the third cell D4 returns the #N/A error. Options for entering the function and its arguments include:

Typing the complete function into a worksheet cellSelecting the function and arguments using the Function Dialog Box

Select the MODE.MULT Function and Arguments Using the Dialog Box

For the MODE.MULT function to return multiple results, you must enter it as an array formula – that is into multiple cells at the same time, since regular Excel formulas can return only one result per cell. For both methods, the last step is to enter the function as an array function using the Ctrl, Alt, and Shift keys as detailed below.

MODE.MULT Results and Errors

As a result of entering the MODE.MULTI function, and creating an array, as notated above, the following results should be present:

The number 2 in cell D2The number 3 in cell D3The error #N/A in cell D4

These results occur because only two numbers, 2 and 3, appear most often and with equal frequency in the data sample. Even though the number 1 occurs more than once, in cells A2 and A3, it does not equal the frequency of the numbers 2 and 3, so it is not one of the modes for the data sample. Other important things to know about MODE.MULT include:

If there is no mode or the data range contains no duplicate data, the MODE.MULT function will return a #N/A error in each cell selected to display the function’s output. The range of cells selected to display the results of the MODE.MULT function must run vertically. The function will not output the results to a horizontal range of cells. If a horizontal output range is required, you can nest the MODE.MULT function inside the TRANSPOSE function.