MODE.MULT function

Category: Statistical
Introduced: Excel 2010

Summary

Returns a vertical array of the most frequently occurring, or repetitive values in an array or range of data

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.

Example

=MODE.MULT(A2:A13)

Microsoft Support Page

https://support.microsoft.com/en-us/office/mode-mult-function-50fd9464-b2ba-4191-b57a-39446689ae8c

Back to Functions