View Single Post
  #2   Report Post  
CyberTaz
 
Posts: n/a
Default

If this is a matter of frequent need using the same values each time, one
option is to got o ToolsOptionsCustom Lists and create a list in the order
you want the items sorted. From then on you can use DataSortOptions to
specify that custom list as the sort key.

HTH |:)

"Ciprian Baciu" wrote:

My problem...

I have the Rank( ) function But
following (ascending order) I
numbers: sais: need:

4 5 3
4 5 3
1 1 1
1 1 1
1 1 1
3 4 2

Any solution?

--
Thanks, Ciprian