hey,

i have a list of numerical values, like:
1
2
2
4
5
6
8
10
12
14
etc

how can i split them into ranges and count the items in the ranges:
like:
1-5: 5
6-10: 3
11:15: 2

naturally, the actual table is way bigger so something as automatic as possible is needed.

thanks!
Mait