Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default help with Sorting

Can sorting go up to 6 keys? Key1, key2, key3, key4 €¦key6

I am trying to sorting 6 different column/row in ascending order.

if so, i need hep with the code.

Thanks

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,549
Default help with Sorting


Run the sort twice, keys 4,5,6 first then keys 1,2,3.
--
Jim Cone
Portland, Oregon USA
http://www.realezsites.com/bus/primitivesoftware
(Excel Add-ins - two dozen ways to sort with Special Sort)



"maju"
wrote in message
Can sorting go up to 6 keys? Key1, key2, key3, key4 €¦key6
I am trying to sorting 6 different column/row in ascending order.
if so, i need hep with the code.
Thanks

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default help with Sorting

You can do multiple sorts, but only three at a time. Do the less precedence
first

If you were sorting the number 6 5 4 3 2 1. One digit in each columns A - F.
sort D E F first. Then repeat using columns A B C.

"maju" wrote:

Can sorting go up to 6 keys? Key1, key2, key3, key4 €¦key6

I am trying to sorting 6 different column/row in ascending order.

if so, i need hep with the code.

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default help with Sorting

Thanks guys

"Joel" wrote:

You can do multiple sorts, but only three at a time. Do the less precedence
first

If you were sorting the number 6 5 4 3 2 1. One digit in each columns A - F.
sort D E F first. Then repeat using columns A B C.

"maju" wrote:

Can sorting go up to 6 keys? Key1, key2, key3, key4 €¦key6

I am trying to sorting 6 different column/row in ascending order.

if so, i need hep with the code.

Thanks

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default help with Sorting

how do i determine the last cell and then sort the information. i dont wand
to hard code the ranges. because datas changes.

"Joel" wrote:

You can do multiple sorts, but only three at a time. Do the less precedence
first

If you were sorting the number 6 5 4 3 2 1. One digit in each columns A - F.
sort D E F first. Then repeat using columns A B C.

"maju" wrote:

Can sorting go up to 6 keys? Key1, key2, key3, key4 €¦key6

I am trying to sorting 6 different column/row in ascending order.

if so, i need hep with the code.

Thanks

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
Sorting Values Without Sorting Formulas SBX Excel Discussion (Misc queries) 2 April 12th 09 11:17 PM
Automatic sorting (giving max and min) based on custom sorting lis Joe Lewis[_2_] Excel Worksheet Functions 4 November 23rd 08 05:12 AM
Sorting VLookup vs Sorting SumProduct Lauren Excel Discussion (Misc queries) 1 August 21st 07 12:19 AM
Sorting: Sorting by the First Character dzuy Excel Discussion (Misc queries) 2 June 22nd 06 08:27 PM
Sorting ListBox results or transposing ListBox values to other cells for sorting Rob[_8_] Excel Programming 1 July 9th 03 04:35 AM


All times are GMT +1. The time now is 07:43 PM.

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

About Us

"It's about Microsoft Excel"