If I have a list of numbers

Example
11
11
22
33
33
33
44
44
55
55
55
55

Is there a way to list these in the amount of times that the numbers appear

example
55
55
55
55 because there are 4 55s
33
33
33 because there are 3 33s
44
44 2 44s
11
11 2 11s
22 1 22

I would appreciate any help with this, I can get it done with a lot of manual work but the list is over 5000 rows and that is a lot of autosum and copy and paste. I would also need to creat a macro so this rule could be used on future reports, but that is for another day.