Re: Sorting again
I looked at his post, but it looks like he is sorting one item. Not
being a real programer I may be missing something.
I have : After sort
first set 2,5 2,4
next set 7,3 2,5
next 7,1 2,7
next 5,2 5,2
next 2,7 7,1
last 2,4 7.3
Sort the first column and if more then one like item sub sort the next
column.
Three 2s so sort the 4,5,7.
thanks
Bob
.
Relevant Pages
- Re: sort_by: multiple fields with reverse sort
... would be efficient for large enough lists to outperform more tedious ... but it would be even better if Ruby natively supported it. ... end.collect do |kv| # Return the items in key sort order. ... # column and in reverse on the first column. ... (comp.lang.ruby) - RE: Report in Certain Order
... Thanks again OssieMac for your patience, ... Drag the field into the first column of the matrix. ... DO NOT set the sort for this column. ... Close the close X to close the query builder and select save at the prompt. ... (microsoft.public.access.gettingstarted) - RE: Report in Certain Order
... first column and the primary and secondary sorts in the correct order from ... Drag the field into the first column of the matrix. ... DO NOT set the sort for this column. ... Close the close X to close the query builder and select save at the prompt. ... (microsoft.public.access.gettingstarted) - Re: sort and matching cells
... sort the first column. ... Use a second range object to point to the first cell in column B then ... if they don't match insert cells moving rows down(again a record macro ... sort the first column and use a vlookup to match the other valuse ... (microsoft.public.excel.programming) - Re: Sorting two columns of data
... you can record a small macro to cut the second column ... and paste it to the bottom of the first column, then select it and sort, ... > My intent was to be able to import data from a database and have the sort ... (microsoft.public.excel.worksheet.functions) |
|