I am sorry if I posted this in the wrong section. I am not quite sure where it should go. Anyhoo, does anyone know how to group data. For instance, lets say I have:

24
25
21
33
33
33
42
44
44

And I wanted a chart that said :

24 1
25 1
21 1
33 3
42 1
44 2

So basically I want to the number of times each value was present in my list. Any ideas on how to do this?


Thanks for any help.

Brendan