MODE.SNGL function - Function that returns the most frequently occurring, or the most repeated values ​​in an array or data range in Excel

MODE.SNGL function: The function returns the most frequently occurring, or the most repeated value in an array or range of data. Support functions from Excel 2010 onwards. Syntax: MODE.SNGL (number1, [number2], ...)

The following article introduces you to the MODE.SNGL function - one of the functions in the group of statistical functions that is very popular in Excel.

Picture 1 of MODE.SNGL function - Function that returns the most frequently occurring, or the most repeated values ​​in an array or data range in Excel

Description: The function returns the most frequent value, or the most repeated value in an array or data range. Support functions from Excel 2010 onwards.

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

Inside:

- number1, [number2], .): The values ​​that you want to find the median, where number1 is the required parameter, other values ​​are optional and contain up to 254 number parameters .

Attention:

- The value of the argument must be a number, name, array or reference containing numbers.

- Arguments that are text or error values ​​cannot be converted to a numeric type -> cause the function to cause an error .

- If the argument is a reference array containing text values ​​or logic -> these values ​​are ignored, but the value 0 is still counted.

- If the data set does not contain repeating data -> the function returns the # N / A error value .

For example:

Find the most common value among the values ​​in the data table below:

Picture 2 of MODE.SNGL function - Function that returns the most frequently occurring, or the most repeated values ​​in an array or data range in Excel

- In the cell to calculate enter the formula : = MODE.SNGL (D6: D15)

Picture 3 of MODE.SNGL function - Function that returns the most frequently occurring, or the most repeated values ​​in an array or data range in Excel

- Press Enter -> the most common value is:

Picture 4 of MODE.SNGL function - Function that returns the most frequently occurring, or the most repeated values ​​in an array or data range in Excel

- Where the most common number of values ​​overlaps -> the function returns the value that appears first:

Picture 5 of MODE.SNGL function - Function that returns the most frequently occurring, or the most repeated values ​​in an array or data range in Excel

- In this example, the values ​​5, 4, 3 are the values ​​with the most and the same number of occurrences in the data table, but the value 5 appears first -> the function returns the value 5.

Picture 6 of MODE.SNGL function - Function that returns the most frequently occurring, or the most repeated values ​​in an array or data range in Excel

- In case the array does not contain a repeating value -> the function returns the # N / A error value

Picture 7 of MODE.SNGL function - Function that returns the most frequently occurring, or the most repeated values ​​in an array or data range in Excel

Above are instructions and some specific examples when using MODE.SNGL function in Excel.

Good luck!

You've just finished reading the article "MODE.SNGL function - Function that returns the most frequently occurring, or the most repeated values ​​in an array or data range in Excel" edited by the TipsMake team. You can save modesngl-function-function-that-returns-the-most-frequently-occurring-or-the-most-repeated-values-​​in-an-array-or-data-range-in-excel.pdf to your computer here to read later or print it out. We hope this article has provided you with many useful tech tips and tricks. You can search for similar articles on tips and guides. Thank you for reading and for following us regularly.

« PREV NORM.S.INV function - The function returns the inverse of the normalized distribution with an average value of 0 and a standard deviation of 1 in Excel
NEXT » INTERCEPT function - The function returns the point at which the line will intersect the y-axis by using the existing x and y values ​​in Excel