Barney
From Dave Peterson:
You can sort multiple times. Just sort by the 3 least important and work your
way to the 3 most important.
--
Kind regards,
Niek Otten
Microsoft MVP - Excel
"Barney" <barn...@no-spambellsouth.net> wrote in message news:eCvii.17328$p7.1...@bignews3.bellsouth.net...
You could do this if you had a helper column with data from the five fields
concatenated (added together)
=A1&B1&C1&D1&E1
Data in the helper column is treated as a string so this doesn't work if any
of the fields need to be sorted in descending order or if numbers are in
'text' format. For that you could concatenate all the fields that can be
treated as text and sort on 'helper column' (ascending) and 'column X'
(descending).
Regards.
Bill Ridgeway
Computer Solutions
Barney
"Barney" <barn...@no-spambellsouth.net> wrote in message
news:eCvii.17328$p7.1...@bignews3.bellsouth.net...