Excel MODE.SNGL Function

Summary

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.

Purpose

Get most frequently occurring number

Return value

A number representing the mode.

Syntax

=MODE.SNGL (number1, [number2], ...)

Arguments

Usage notes

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.

Notes

 

Excel MODE.SNGL Function

Summary

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.

Purpose

Get most frequently occurring number

Return value

A number representing the mode.

Syntax

=MODE.SNGL (number1, [number2], ...)

Arguments

Usage notes

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.

Notes