Syntax
| Parameter | Description |
|---|---|
| value1 | Parameter of the MODE.SNGL function. |
| [value2 | (Optional.) Parameter of the MODE.SNGL function. |
| ...] | Parameter of the MODE.SNGL function. |
Examples
Most common order quantity
=MODE.SNGL(C2:C500)
Peak hour of the day
=MODE.SNGL(E2:E1000)
Most common defect count
=MODE.SNGL(B2:B100)
Common Errors
Returned when every value in the data set is unique — there is no mode if nothing repeats.
Occurs if non-numeric values are passed as direct arguments.
Tips
MODE.SNGL and MODE produce the same result. MODE.SNGL exists for naming consistency with MODE.MULT.
If you need every value that ties for the highest frequency (not just one), use MODE.MULT entered as an array formula.
After getting the mode, use =COUNTIF(range, mode_result) to see exactly how many times that value appears.
Try MODE.SNGL in Viztab
Import your data and use MODE.SNGL with 370+ other formulas. No signup required.
Open Viztab