
The Excel MODE.SNGL function returns the most frequently occurring number in a numeric data set. For example, =MODE.SNGL(1,2,4,4,5,5,5,6) returns 5.
Get most frequently occurring number
A number representing the mode.
=MODE.SNGL (number1, [number2], ...)
The Excel MODE.SNGL function returns the most frequently occurring number in a numeric data set. Numbers can be supplied as numbers, ranges, named ranges, or cell references that contain numeric values. The MODE.SNGL function will accept up to 254 inpidual arguments.
In the example shown, the formula in D5 is:
=MODE.SNGL(B5:B14)
Note: The MODE function is now classified as a "compatibility function". Microsoft recommends that MODE.SNGL or MODE.MULT be used instead.

The Excel MODE.SNGL function returns the most frequently occurring number in a numeric data set. For example, =MODE.SNGL(1,2,4,4,5,5,5,6) returns 5.
Get most frequently occurring number
A number representing the mode.
=MODE.SNGL (number1, [number2], ...)
The Excel MODE.SNGL function returns the most frequently occurring number in a numeric data set. Numbers can be supplied as numbers, ranges, named ranges, or cell references that contain numeric values. The MODE.SNGL function will accept up to 254 inpidual arguments.
In the example shown, the formula in D5 is:
=MODE.SNGL(B5:B14)
Note: The MODE function is now classified as a "compatibility function". Microsoft recommends that MODE.SNGL or MODE.MULT be used instead.