MODE.SNGL function

Category: Statistical
Introduced: Excel 2010

Summary

Returns the most common value in a data set

Syntax

MODE.SNGL(number1,[number2],...) The MODE.SNGL function syntax has the following arguments:
• Number1 Required. The first argument for which you want to calculate the mode.
• Number2, ... Optional. Arguments 2 to 254 for which you want to calculate the mode. You can also use a single array or a reference to an array instead of arguments separated by commas.

Example

=MODE.SNGL(A2:A7)

Microsoft Support Page

https://support.microsoft.com/en-us/office/mode-sngl-function-f1267c16-66c6-4386-959f-8fba5f8bb7f8

Back to Functions