D
davidm
I have data in Columns A,B,C throgh J (10 Cols in total).
I need to sort the entire range of A1:J800 in the following order o
importance:
1. ColC
2. ColD
3. ColE
4. ColA
5. ColH
6. Col J
7. Col A
8. Col B
9. Col F
10.Col G
Since Excel data sorting tool handles 3 keys at a time, I have though
of starting the sorting from the back, taking, in my example, for th
1st pass, CoLG-->Key1
CoLF--->key2 & CoLB -->key3.
Next, for the 2nd pass, CoLA-->Key1
CoLJ--->key2 & CoLH -->key3.
and so on until ColH,ColA, ColE are handled
Now, for the final dressing, I'd take the Block Columns A,H,J and sor
them with key1,key2,key3 respectively.
In all cases, the sorting process will have the entire range selecte
with headings.
Am I on the right course
I need to sort the entire range of A1:J800 in the following order o
importance:
1. ColC
2. ColD
3. ColE
4. ColA
5. ColH
6. Col J
7. Col A
8. Col B
9. Col F
10.Col G
Since Excel data sorting tool handles 3 keys at a time, I have though
of starting the sorting from the back, taking, in my example, for th
1st pass, CoLG-->Key1
CoLF--->key2 & CoLB -->key3.
Next, for the 2nd pass, CoLA-->Key1
CoLJ--->key2 & CoLH -->key3.
and so on until ColH,ColA, ColE are handled
Now, for the final dressing, I'd take the Block Columns A,H,J and sor
them with key1,key2,key3 respectively.
In all cases, the sorting process will have the entire range selecte
with headings.
Am I on the right course