Statistical - MODE.SNGL Function



Description

The MODE.SNGL function returns the most frequently occurring, or repetitive, value in an array or range of data.

Syntax

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

Arguments

Argument Description Required/ Optional
Number1 The first argument for which you want to calculate the mode. Required
Number2, ...

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.

Optional

Notes

  • The MODE.SNGL function measures central tendency, which is the location of the center of a group of numbers in a statistical distribution.

  • Arguments can either be numbers or names, arrays, or references that contain numbers.

  • If an array or reference argument contains text, logical values, or empty cells, those values are ignored; however, cells with the value zero are included.

  • If a value that is supplied directly to the Function (i.e. not part of an array of supplied values) is non-numeric, MODE.SNGL returns the #VALUE! Value.

  • If the data set contains no duplicate data points, MODE.SNGL returns the #N/A error value.

Applicability

Excel 2010, Excel 2013, Excel 2016

Example

Mode.Sngl Function
advanced_excel_statistical_functions.htm
Advertisements