W
willemeulen
I want to make an automatic summary of value's present in a certain
column in ascending order.
Example:
Column
8
10
12
10
8
16
16
6
Result:
6 8 10 12 16
In my case the results should be displayed vertical, one value per
column. I know what the maximum amount of different values can be (it
will never exceed 10 different values) and the column which needs to be
filtered is also fixed.
Thanks,
W
column in ascending order.
Example:
Column
8
10
12
10
8
16
16
6
Result:
6 8 10 12 16
In my case the results should be displayed vertical, one value per
column. I know what the maximum amount of different values can be (it
will never exceed 10 different values) and the column which needs to be
filtered is also fixed.
Thanks,
W