The MODE.MULT function takes multiple arguments in the form number1, number2, number3, etc. Arguments can be a hardcoded constant, a cell reference, or a range, in any combination. MODE ignores empty cells, text values, and the logical values TRUE and FALSE. The MODE function will accept up to 254 separate arguments. 

Examples

In the example shown, the formula entered in D5:D9 is: In Excel 365, which supports dynamic arrays, multiple results will spill onto the worksheet automatically. In earlier versions of Excel, you will need to enter the formula as a multi-cell array formula. See below for more information. MODE returns the most frequently occurring number(s) in supplied data. For example, If there are no duplicate numbers, the MODE.MULT function returns the #N/A error: If there is more than one mode in a set of data, MODE.MULT will return more than one result: Note: MODE.MULT will not return any duplicated number(s), only mode(s).

Array formula syntax

The MODE.MULT function returns an array of results and must be entered as a multi-cell array formula if you are not using Excel 365. Here are the steps: In each selected cell, MODE.MULT will return a mode value, if one exists.

Horizontal array

The MODE.MULT function returns results in a vertical array. To return a horizontal array, add the TRANSPOSE function: This formula also needs to be entered as an array formula, unless you are using Excel 365, or another version of Excel that supports dynamic arrays.

Excel 365

In the Dynamic Array version of Excel, MODE.MULT spills the right number of multiple modes automatically with no #N/A errors

Notes

If supplied numbers do not contain duplicates, MODE.MULT will return #N/A The MODE.MULT function ignores empty cells, and cells that contain boolean values or text. Arguments can be numbers, names, arrays, or references.

Dave Bruns

Hi - I’m Dave Bruns, and I run Exceljet with my wife, Lisa. Our goal is to help you work faster in Excel. We create short videos, and clear examples of formulas, functions, pivot tables, conditional formatting, and charts.