Thread: sorting custom
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default sorting custom

in Column C put in this formula in the first row

=countif($B$1:B1,B1)

then drag fill down the column.

Now sort the data on This column first, then column B as the second key.



--
Regards,
Tom Ogilvy


"Curt" wrote in message
...
have nbrs in column b 1 - 10 repeated many times over
Would like to sort repeaded 1 - 10 / 1 - 10 This would create groups
from 1 - 10
can this be done in excel ?
Any Help greatly appreciated.
Thank You