Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
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


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Sort column by amount of same content cells

Use column E as a helper column, with a formula like:

=COUNTIF(A$1:A$100,A1)

This assumes you have 100 rows of data - adjust to suit and copy this
down.

Then you can sort the range A1:E100, using column E as the sort key.
Afterwards, you can delete column E.

Hope this helps.

Pete


On Aug 21, 8:37 pm, "Mike M" wrote:
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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to transpose formulas from column content to row content. Notrom Excel Worksheet Functions 1 October 12th 06 06:57 PM
Sort column by second word in cells [email protected] Setting up and Configuration of Excel 1 September 7th 06 09:07 PM
I can't sort data when the key column cells contain formula Redleg24 Excel Discussion (Misc queries) 6 August 31st 06 07:40 PM
Sort subs. by amount Martin ©¿©¬ @REMOVETHIS.plus.com Excel Discussion (Misc queries) 4 March 8th 06 05:01 PM
Sort columns by content Jane Excel Worksheet Functions 1 August 17th 05 06:25 PM


All times are GMT +1. The time now is 03:18 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"