INFO

This page was originally generated from official documentation.

The MODE.MULT function returns the most commonly occurring values in a dataset.

Syntax

MODE.MULT(value1, value2)
PartDescription
value1The first value or range to consider when calculating mode.
value2[Repeatable] Additional values or ranges to consider when calculating mode.

Notes

  • MODE.MULT returns an error if all values occur only once.
  • MODE.MULT returns an array formula result.

Examples

AB
1Raw formula
2=MODE.MULT({10, 15, 20, 30, 10, 15})
3
  • MODE: Returns the most commonly occurring value in a dataset.