ReferenceFunctionsStatistics Functions
MODE.SNGL
MODE.SNGL: Returns the most frequently occurring value in a data set.
Summary
MODE.SNGL returns a single mode value and reports #N/A if no value repeats.
Remarks
- Returns the first mode encountered after sorting when frequencies tie.
- Returns
#N/Awhen every numeric value appears only once. - Alias
MODEis supported.
Examples
Single mode from scalar arguments
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
2
Single mode from a range
Grid
| Cell | Value | |
|---|---|---|
Formula
=
Result
Not evaluated yet.
Expected
6
Related functions
FAQ
When does MODE.SNGL return #N/A?
It returns #N/A when no value repeats in the numeric dataset.
Runtime metadata
Category
Statistics
Signature
MODE.SNGL(arg1…: Number (Range))This function accepts a repeating argument pattern (min args: 1).
Arity
min 1, max variadic
Arguments
arg1Number · Range · coercion NumberLenientText
Caps
PUREREDUCTIONNUMERIC_ONLY
Source