|
|
The Excel MODE.SNGL Function
Basic DescriptionThe Excel MODE.SNGL function returns the statistical mode (the most frequently occurring value) of a list of supplied numbers. If there are 2 or more most frequently occurring values in the supplied data, the function returns the lowest of these values The Mode.Sngl function is new in Excel 2010 and so is not available in earlier versions of Excel. However, the function is simply a renamed version of the Mode function that is available in earlier versions of Excel. The format of the Mode.Sngl function is :
MODE.SNGL( number1, [number2], ... )
where the number arguments are up to 255 numeric values, or arrays of numeric values, for which you want to calculate the mode. Mode.Sngl Function ExamplesThe following example shows 3 examples of the Mode.Sngl function, used to calculate the mode of the values in cells A1 - A10. Although the same 10 values are used in each of the cells B1 - B3, they are supplied to the function in different ways in each case. The format of the functions are shown in the spreadsheet on the left and the resulting values are shown in the spreadsheet on the right.
Further information and examples of the Excel Mode.Sngl function can be found on the Microsoft Office website. Trouble ShootingIf you get an error from the Excel Mode.Sngl function this is likely to be one of the following: Common Errors
Also, the following problem is encountered by some users: Common Problem
The Mode.Sngl function returns the wrong value, or returns the #VALUE! error, even though the supplied values all appear to be numeric. Possible Reason
Text values, including text representations of numbers, are ignored by the Mode.Sngl function. Therefore, this problem may arise if the values in the supplied array are text representations of numbers, instead of actual values (read more about Excel data types on the Excel Formatting page) Solution
This problem can be solved by converting all array values into numeric values. To do this:
|
||||||||||
|
|
Copyright © 2008-2011 ExcelFunctions.net |