MODE Function in Excel

Beginner

Returns the most frequently occurring value in a dataset.

Syntax

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

Example

Use Case

Find the most common product size ordered.

Common Errors to Avoid

  • #N/A error if no value appears more than once
  • MODE.SNGL replaced old MODE function - returns single most common value
  • MODE.MULT returns array of multiple modes (requires array formula)

Pro Tips

Use MODE.SNGL for single most frequent value. For datasets with multiple modes, use MODE.MULT as array formula. Best used with discrete values rather than continuous data. Consider COUNTIF to verify frequency distribution.

Need help with this formula?

Our AI Formula Generator can write this for you instantly.

Try AI Formula Generator →
MODE Function in Excel | Excel AI Tools