Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there any way to sort a list based on frequency?
I have a large spreadsheet that has a alpha code in one column. I would like to sort the list so that the most frequent entry is at the top. Any suggestions on how to accomplish a sort other than alphabetically? Thanks Irie |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Irie,
You could use a helper column. Say your alpha code is in column D. Put this in E1 and drag down as far as is needed, =COUNTIF(D:D,D1) Then select all of your data and sort on column E. HTH Martin "Iriemon" wrote in message ... Is there any way to sort a list based on frequency? I have a large spreadsheet that has a alpha code in one column. I would like to sort the list so that the most frequent entry is at the top. Any suggestions on how to accomplish a sort other than alphabetically? Thanks Irie |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() In order for this method to work 100% you should sort on both column E (in the first hand) and column D (in the second hand). / Lars-Åke On Sun, 14 Dec 2008 08:14:37 +1000, "MartinW" wrote: Hi Irie, You could use a helper column. Say your alpha code is in column D. Put this in E1 and drag down as far as is needed, =COUNTIF(D:D,D1) Then select all of your data and sort on column E. HTH Martin "Iriemon" wrote in message ... Is there any way to sort a list based on frequency? I have a large spreadsheet that has a alpha code in one column. I would like to sort the list so that the most frequent entry is at the top. Any suggestions on how to accomplish a sort other than alphabetically? Thanks Irie |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Works great!
Thanks to both! "Lars-Ã…ke Aspelin" wrote: In order for this method to work 100% you should sort on both column E (in the first hand) and column D (in the second hand). / Lars-Ã…ke On Sun, 14 Dec 2008 08:14:37 +1000, "MartinW" wrote: Hi Irie, You could use a helper column. Say your alpha code is in column D. Put this in E1 and drag down as far as is needed, =COUNTIF(D:D,D1) Then select all of your data and sort on column E. HTH Martin "Iriemon" wrote in message ... Is there any way to sort a list based on frequency? I have a large spreadsheet that has a alpha code in one column. I would like to sort the list so that the most frequent entry is at the top. Any suggestions on how to accomplish a sort other than alphabetically? Thanks Irie |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're Welcome Irie, also thanks to Lars-Ake for your input,
good catch!! Cheers Martin "Iriemon" wrote in message ... Works great! Thanks to both! "Lars-Ã…ke Aspelin" wrote: In order for this method to work 100% you should sort on both column E (in the first hand) and column D (in the second hand). / Lars-Ã…ke On Sun, 14 Dec 2008 08:14:37 +1000, "MartinW" wrote: Hi Irie, You could use a helper column. Say your alpha code is in column D. Put this in E1 and drag down as far as is needed, =COUNTIF(D:D,D1) Then select all of your data and sort on column E. HTH Martin "Iriemon" wrote in message ... Is there any way to sort a list based on frequency? I have a large spreadsheet that has a alpha code in one column. I would like to sort the list so that the most frequent entry is at the top. Any suggestions on how to accomplish a sort other than alphabetically? Thanks Irie |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
frequency | Excel Worksheet Functions | |||
Frequency | Excel Discussion (Misc queries) | |||
histograms - frequency and relative frequency? | Excel Discussion (Misc queries) | |||
how do get the frequency | Excel Worksheet Functions | |||
Sorting - Frequency distribution. | Excel Discussion (Misc queries) |