Use MODE.MULT Function to Find Multiple Modes in Data in Excel

Learn how to use the MODE.MULT function in Excel

Cut out silver numbers resting on a wooden board painting blue.

ROBERT BROOK/SCIENCE PHOTO LIBRARY/Getty Images

Mathematically, there are several ways to find the average for a given set of data — the average being the center or middle of a group of numbers in a statistical distribution. In the case of the mode, middle refers to the most frequently occurring value in a list of numbers.

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.

These instructions apply to Excel for Microsoft 365, Excel 2019, 2016, 2013, and 2010.

MODE.MULT Function Syntax and Arguments

Screenshot of Excel showing the MODE.MULTI syntax

The MULTI.MODE function only returns multiple modes if two or more numbers frequently occur within the selected data range.

​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:

= MODE.MULT(Number1,Number2,...Number255)

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

Excel's More Function's drop-down menu, showing Statistical formulas.

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 cell
  • Selecting 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 CtrlAlt, and Shift keys as detailed below.

  1. Highlight cells D2 to D4 in the worksheet to select them. The results of the function will display in these cells.

    Cells D2:D4 selected in Excel
  2. Select the Formulas tab.

    Formulas tab in Excel
  3. Choose More Functions > Statistical from the ribbon to open the function drop-down menu.

    More Functions > Statistical in Excel
  4. Select MODE.MULT in the list to bring up the Function Dialog Box.

    MODE.MULT selected in More Functions > Statistical list
  5. Select the Number1 field. Highlight cells A2 to C4 in the worksheet to enter the range into the dialog box.

    A2:C4 selected in MODE.MULT function dialog
  6.  Press and hold down the Ctrl and Shift keys on the keyboard.

  7. Press the Enter key on the keyboard to create the array formula and close the dialog box.

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 D2
  • The number 3 in cell D3
  • The 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.
Was this page helpful?