Forum Discussion
Excel calculating modus is not always correct AGGREGATE(13;3;VALUES);
Hello SergeiBaklan,
It works pefect, thanks.
I have added the sort function in your formula to have the numbers always in a good numeric order.
Greetings
Erwin
You are welcome, glad to help
- ErwinVanLooJul 19, 2020Copper Contributor
Hello SergeiBaklan
When you take a few numbers, all different from each other for example 2 ; 15 ; 28 ; 34 ; 17 (so all the numbers are only mentionned once)
then every of the next formulas Aggregate ( 13;3;... ) ; MODE.SNGL(values) ; MODE.MULT(values) give errors, none of them gives the right answer i.e. 2 , 15, 28 , 34 , 17
Greetings
Erwin
- Detlef_LewinJul 19, 2020Silver Contributor
You should have taken a look at the MS support pages:
If the data set contains no duplicate data points, MODE.SNGL returns the #N/A error value. If the data set contains no duplicate data points, MODE.MULT returns the #N/A error value.
- ErwinVanLooJul 19, 2020Copper Contributor
Hello Detlef_Lewin
Thanks for that information.
But the two functions are created to give the modus of numbers.
If all the numbers appears once in the list, they are all the modus.
So the fuctions aggregate, MODE.SNGL(values) ; MODE.MULT(values), do not where they are designed for...
Where can I find the MS support pages?
Greetings
Erwin