EXCEL MODE.SNGL FUNCTION

Excel Mode is available. Within a list of integers, the Sngl function returns the statistical mode (the most commonly occurring value). If the given data contains two or more most often occurring values, the function returns the lowest of these values.

Syntax :

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

Parameters :

The number parameters can be up to 255 numeric values (or arrays of numeric values) for which the statistical mode should be calculated.

Step By Step Guide of MODE.SNGL Function

Example :

Excel Mode. The Sngl function is used to compute the statistical mode of the values in cells A1-A6.

  • #NUM! – Occurs if there are no duplicates (and hence no mode) among the provided data.
  • #VALUE! – Occurs if a value provided straight to the function (that is, one that is not part of an array) is non-numeric.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now