Forum Discussion
ErwinVanLoo
Jul 16, 2020Copper Contributor
Excel calculating modus is not always correct AGGREGATE(13;3;VALUES);
Hello,
Given are the values 37, 38, 38 ,39, 40, 40.
The aggregate function AGGREGATE(13;3;VALUES) returns 38
But the with the function table
We see that the values 38 AND 40 are 2 times in the given values, So the values 38 and 40 are the two Modi ..... for the given values ...
And de aggregate gives only one of the two ... Why?
Isn't it better that if there are 2 or more Modi that the agregate function gives an error in stead of only give one f the two or more.?
How can we test in excel that there are two modi?
How can we get in excel all the modi?
Greetings
E.Van Loo
10 Replies
- SergeiBaklanDiamond Contributor
- ErwinVanLooCopper Contributor
Thanks,
Now I get the different modi in different cells.
How can I collect these values in one string to show them together in one cell?
- SergeiBaklanDiamond Contributor