Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Is it possible to sort data by the frequency in which a number occurs instead
of ascending/descening? Currently I sort by a column which is currency so that items of the same $ amt are together. I would like to have the items that occur the most be at the top with those that occur only once at the bottom. |
#2
![]() |
|||
|
|||
![]()
Let's say your data is in A1:L289, with headers in row 1 and the amount in
question in column K. In M2 put this formula =COUNTIF($K$2:$K$289,K2) and copy it down. Then sort with 2 keys: the first is column M, the 2nd key is column K. On Thu, 24 Mar 2005 19:53:02 -0800, "Susan Smith" <Susan wrote: Is it possible to sort data by the frequency in which a number occurs instead of ascending/descening? Currently I sort by a column which is currency so that items of the same $ amt are together. I would like to have the items that occur the most be at the top with those that occur only once at the bottom. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I sort a column of data and have each data row sort accordi | Excel Discussion (Misc queries) | |||
Pulling data from 1 sheet to another | Excel Worksheet Functions | |||
Keeping Row 1 at the top during a Data Sort... | Excel Worksheet Functions | |||
Data > Sort function amnesia? | Excel Discussion (Misc queries) | |||
Data Sort | Excel Worksheet Functions |