
The Excel MODE.MULT function returns a vertical array of the most frequently occurring numbers in a numeric data set. For example, =MODE.MULT(1,2,3,3,4,5,5) returns {3:5}.
Get most frequently occurring numbers
Numbers representing mode(s)
=MODE.MULT (number1, [number2], ...)
The Excel MODE.MULT function returns a vertical array of the most frequently occurring number(s) in a numeric data set. Numbers can be supplied as numbers, ranges, named ranges, or cell references that contain numeric values. The MODE.MULT function will accept up to 254 inpidual arguments.
In the example shown, the formula entered in D5:D9 is:
{=MODE.MULT(B5:B14)}The MODE.MULT function returns an array of results and must be entered as an array formula:
In each selected cell, MODE.MULTI will return a mode value, if one exists.
The MODE.MULT function returns results in a vertical array. To return a horizontal array, add the transpose function:
{=TRANSPOSE(MODE.MULT(range))}

The Excel MODE.MULT function returns a vertical array of the most frequently occurring numbers in a numeric data set. For example, =MODE.MULT(1,2,3,3,4,5,5) returns {3:5}.
Get most frequently occurring numbers
Numbers representing mode(s)
=MODE.MULT (number1, [number2], ...)
The Excel MODE.MULT function returns a vertical array of the most frequently occurring number(s) in a numeric data set. Numbers can be supplied as numbers, ranges, named ranges, or cell references that contain numeric values. The MODE.MULT function will accept up to 254 inpidual arguments.
In the example shown, the formula entered in D5:D9 is:
{=MODE.MULT(B5:B14)}The MODE.MULT function returns an array of results and must be entered as an array formula:
In each selected cell, MODE.MULTI will return a mode value, if one exists.
The MODE.MULT function returns results in a vertical array. To return a horizontal array, add the transpose function:
{=TRANSPOSE(MODE.MULT(range))}