V
vwchurch1955
I have 3 columns of single digits and I want to do a multi-row sort. I
want to sort them in such a way that the smallest digit is in the first
column except if 2 digits match. If 2 digits match I want the matching
digits to be in the first 2 columns.
Example
Before sort After sort
978 789
434 443
201 012
811 118
645 456
737 773
Can this be done?
Thank you for your help.
Joe
want to sort them in such a way that the smallest digit is in the first
column except if 2 digits match. If 2 digits match I want the matching
digits to be in the first 2 columns.
Example
Before sort After sort
978 789
434 443
201 012
811 118
645 456
737 773
Can this be done?
Thank you for your help.
Joe