Forum Discussion

rsmccle's avatar
rsmccle
Copper Contributor
Aug 05, 2021
Solved

MODE.SNGL calculates a value of 0 when few values of 187 points are 0 (only 3)

I have a vertical array of 187 values that vary from 0-100. Only three of the values are 0. The average and the median are  17 an 18, respectively. Why does the MODE.SNGL calculate 0? Seems it should...
  • HansVogelaar's avatar
    Aug 05, 2021

    rsmccle 

    MODE.SNGL returns the value that occurs most frequently. If there is more than one such value, it returns the first one it encounters.

    So if there are no values in your array that occur 4 or more times, it is quite possible that MODE.SNGL returns 0.

Resources