Hi:
I have an interesting excel sorting problem. I have two lists of data (list "A" and list "B"
. Each row in each list contains a "rank" and a "value". For example:
List A: List B:
rank value rank value
A1 8 B1 10
A2 7 B2 6
A3 9 B3 4
A4 2 B4 5
A5 1 B5 3
I would like to combine A and B into a single list, and then sort the data into a specific order. The order will nominally depend on the value: i.e. "10" followed by "9", followed by "8" etc. However, the final list should obey the previously-determined group rank: i.e. no matter where the "A" entries fall relative to the "B" entries, "A1" should be before "A2", etc. Please see the sample below.
What I want:
B1 10
A1 8
A2 7
A3 9
B2 6
B3 4
B4 5
B5 3
A4 2
A5 1
I am a relatively new excel usuer...and discovered with dismay that this is not a simple "sort by", "then by" problem... Perhaps there is not an easy solution to this? I am stumped...any advice would be much appreciated! Thanks in advance for your help.
-A
I have an interesting excel sorting problem. I have two lists of data (list "A" and list "B"
List A: List B:
rank value rank value
A1 8 B1 10
A2 7 B2 6
A3 9 B3 4
A4 2 B4 5
A5 1 B5 3
I would like to combine A and B into a single list, and then sort the data into a specific order. The order will nominally depend on the value: i.e. "10" followed by "9", followed by "8" etc. However, the final list should obey the previously-determined group rank: i.e. no matter where the "A" entries fall relative to the "B" entries, "A1" should be before "A2", etc. Please see the sample below.
What I want:
B1 10
A1 8
A2 7
A3 9
B2 6
B3 4
B4 5
B5 3
A4 2
A5 1
I am a relatively new excel usuer...and discovered with dismay that this is not a simple "sort by", "then by" problem... Perhaps there is not an easy solution to this? I am stumped...any advice would be much appreciated! Thanks in advance for your help.
-A