View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Simple?? sort question

Hi
see your post in Excel.misc

--
Regards
Frank Kabel
Frankfurt, Germany


jhpk wrote:
At my work, there are several excel sheets, now I want to sort on
column A.
But it needs to be sorted on the length of the record with the

longest
entree first.

For example:

a dog
a very small dog
a small dog

Needs to be sorted as:
A very small dog
a smaal dog
a dog.

Is this possible, how can I sort this.

JHPK