A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Magnus wrote:
Here's my data you can just key it in and then using the MODE function you will notice 16 is the result meaning 16 appears the most. This is correct but ... so is 7 and 20 which are correct answers too. Is there some sort of hierarchy being observed behind the scenes somewhere?
16,7,7,16,20,16,0,7,20,20,20,7,16
Why did it pick 16 and not 7 or 20 instead as the result?
Empirically, it appears that MODE returns whichever number appears first, when the data are "multi-modal" -- that is, more than one number occurs equally frequently.
There is no right or wrong answer if only one mode is returned. It would be better if MODE were capable of returning an array. In fact, in XL2010, the new MODE.MULT function does exactly that.