Conditional Sorting

R

Rob

I am looking to do a descending sort based on two columns being the same.
Here is a simple example of what I want to do
Before Sort
After Sort
Column 1 Column 2 Column 1
Column 2
1 5 3
3
2 2 2
2
3 3 4
7
4 7 1
5

Where the two columns match, I want them sorted first descending then the
columns that dont match sorted descending. CAN ANYONE HELP??
 
D

Dave Peterson

If you don't get a good response, you may want to type in your data once more.
 
Top