I have a data set which has a single column containing multiple names. For eg
- Alex
- Brad
- Chrisitne
- Alexa
- Brandone
And almost 100 records like this. I want to display record as
- A 2
- B 2
- C 1
Which means i need to show this frequency from higher to lower and if there is a tie breaker , the the values should be shown in Alphabetical Order . I have been trying to solve this but i am not able to. Any pointer on these ?