Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
My s/s contains approx 20 columns that I want to sort.
Each cell either has 1 or 0. I want to sort all these columns so that the rows with the least 1's in the 20 columns is first and the row with the most 1's in the 20 columns is at the end. I have tried doing up to 5 column sorts but after that excel seems to lose the first sort. Does Excel have a maximum number of times that you can sort? If so is there another way I can do this? Thanks - pj |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi PJ
Add a column (21) with this formula =COUNTIF(A1:T1,1) Copy down this formula and sort on column 21 -- Regards Ron de Bruin http://www.rondebruin.nl "pj" wrote in message ... My s/s contains approx 20 columns that I want to sort. Each cell either has 1 or 0. I want to sort all these columns so that the rows with the least 1's in the 20 columns is first and the row with the most 1's in the 20 columns is at the end. I have tried doing up to 5 column sorts but after that excel seems to lose the first sort. Does Excel have a maximum number of times that you can sort? If so is there another way I can do this? Thanks - pj |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MULTIPLE CRITERIA RETURNING SUM OF RESULTS | Excel Worksheet Functions | |||
MULTIPLE CRITERIA RETURNING SUM OF RESULTS | Excel Worksheet Functions | |||
Sort multiple columns with multiple formulas without returning #R | Excel Worksheet Functions | |||
HLookup, IF statement, multiple sort, somehow combine all of these | Excel Worksheet Functions | |||
Multiple Criteria IF Nesting | Excel Worksheet Functions |