View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Mike M[_3_] Mike M[_3_] is offline
external usenet poster
 
Posts: 1
Default Sort column by amount of same content cells

I got data in column A, B C and D

I need to sort by column A based on the quantity of cells with same content.

I got this:

banana
banana
boat
tape
banana
boat

I need it sorted like this:
banana
banana
banana
boat
boat
tape

Is that possible?

Regards
Mike