Syntax
| Parameter | Description |
|---|---|
| value1 | Parameter of the MODE function. |
| [value2 | (Optional.) Parameter of the MODE function. |
| ...] | Parameter of the MODE function. |
Examples
Most common shoe size
=MODE(B2:B200)
Most popular rating
=MODE(D2:D1000)
Mode of specific values
=MODE(3, 7, 3, 2, 7, 7, 5)
Common Errors
Returned when no value appears more than once. MODE requires at least one duplicate value to return a result.
Occurs if all arguments are non-numeric. MODE only works with numbers.
Tips
If your data is multimodal (multiple values tied for most frequent), MODE returns only the lowest one. Use MODE.MULT as an array formula to get all modes.
MODE skips text cells in a range. If you need the most common text value, use INDEX/MATCH with COUNTIF instead.
MODE works best with discrete values (integers, ratings, categories coded as numbers). For continuous data with many decimal places, every value may be unique, resulting in #N/A.
Try MODE in Viztab
Import your data and use MODE with 370+ other formulas. No signup required.
Open Viztab