View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Richard Buttrey Richard Buttrey is offline
external usenet poster
 
Posts: 296
Default Default Sort Order

You could use a helper column and put in B1

=IF(LEFT(A1,2)="NO",MIN($A:$A)-1,A1)

and copy down

Now sort on column B descending.

HTH


On Fri, 1 Sep 2006 09:59:02 -0700, Jeff G
wrote:

I have data that is a mix of numbers and text that is being sorted. The text
is always the same "NO DATA SUBMITTED".

I need to sort the data showing the numbers in decending order at the top of
the list. If I sort the data range in decending fashion, the text is brought
to the top because of the default sort order.

Any ideas on how to do this? Can the default sort order be changed for this
worksheet only? Any ideas on other ways to do it would be appreciated.

Thanks.


__
Richard Buttrey
Grappenhall, Cheshire, UK
__________________________