sort blockwise (excel 2000 or later)

  • Thread starter Thread starter blackno666
  • Start date Start date
B

blackno666

Hello,

I use excel 2000 and have the following table


Col1 | Col 2
----------------------
Item 2 | Item 2b
| Item 2a
| Item 2c
| Item 2d
Item1 | Item1a
| Item 1b
| Item 1c
....
Item n Item n1

I want to sort that list in a way that I obtain either of the
following:

Item1 | Item1a
| Item 1b
| Item 1c
Item 2 | Item 2b
| Item 2a
| Item 2c
| Item 2d

or

Item1 | Item1a
| Item 1b
| Item 1c
Item 2 | Item 2a
| Item 2b
| Item 2c
| Item 2d

Any ideas how to solve this without programming a macro?

Thanks!
 
Back
Top