Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
is it possible to sort a column with many entries 1 thru 8 in a 12345678
order then repeat again,and again until complete column is sorted? All groups being 12345678. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use a helper column with a formula like
=INT((ROW()-1)/8) you may need to adjust the -1 depending on the start row, I started in row 1. then copy it down and then copy space special values. then sort on the helper column and then the column with 12345678. -- Hope this helps Martin Fishlock, Bangkok, Thailand Please do not forget to rate this reply. "Curt" wrote: is it possible to sort a column with many entries 1 thru 8 in a 12345678 order then repeat again,and again until complete column is sorted? All groups being 12345678. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Import old dos sequencial data | Excel Worksheet Functions | |||
Sequencial FIXED Numbering | Excel Discussion (Misc queries) | |||
Sequencial Names On Worksheet Tabs | Excel Worksheet Functions | |||
Sequencial file names | Excel Discussion (Misc queries) | |||
Sequencial numbering | Excel Programming |