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 ...
SergeiBaklan
Jul 16, 2020Diamond Contributor
- ErwinVanLooJul 16, 2020Copper 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?
- SergeiBaklanJul 16, 2020Diamond Contributor
- ErwinVanLooJul 17, 2020Copper Contributor
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