View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
[email protected] lhkittle@comcast.net is offline
external usenet poster
 
Posts: 168
Default Sorting by frequency

On Wednesday, September 19, 2012 4:42:02 PM UTC-7, (unknown) wrote:
I have a column of words. Is there a way

I can sort these to find the most frequent

word, followed by the next and so on?


Try this.

Words in A1:A21.
Formula in B1: =COUNTIF($A$1:$A$21,A1) and pull down.
Select both Col A and Col B.
Under Data Tab Sort & Filter Sort (the box, not the A-Z w/arrow) Sort By: Column B Sort On: = Values Order: Largest to Smallest OK.

HTH
Regards,
Howard