Sorting on Multiples Lists Greater than three

  • Thread starter Thread starter junkie
  • Start date Start date
J

junkie

Hi All,
I have the following

Company Name Col1 Col 2 Col3 Col4
A1 23 3
A2 1 34
A3 1 3 5
A4 135
: : : : :
: : : : :
An 67 16 194

where n=583

I would like to sort Columns 1,2,3,4 in ascending or descending orde
it does not matter so long as the lists come out ordered. Any ideas a
Sort Option only has max of 3.

Best Regards,
-Shaw
 
Shoot the above did not come out right. Col's 1 to 4 may have empt
entries in it just simply meaning that they are not set up for tha
company.

Thx,
-Shaw
 
junkie

Just sort them with the least important column first. So sort column 4, then
sort on the other 3 using the Data/Sort option.

Andy.
 
Back
Top