Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have an array of data. Column A has a sequential, repeating numeric code.
Example Column A 1 1 1 3 3 3 3 3 4 4 5 5 5 6 In the column, the codes are always sequential overall but can repeat up to 9 times (anywhere from 0 to 9 X). For example, you could have 9 sequential iterations of "7" in the column before you get to "8". Or you could just have 1 or no iterations. Beside each code # in column A is data in columns B, C, D etc. What I'd like to do is reset the data for each numeric code so that it always starts on every 10th row. Which would mean that each block of data would start for example on Row 2, 12, 22, 32,42.... But since each block of data may have anywhere from 1 to 9 iterations, there will be blank rows where ever necessary. So a row sequence code above would become: Column A 1 1 1 blank row blank row blank row blank row blank row blank row blank row blank row 3 3 3 3 3 blank row blank row blank row blank row blank row 4 4 8 blank rows You get the idea. Any reasonably quick way to do this? I have almost 45000 rows to do so a fast way to do would be greatly appreciated. Thanks anand |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count Blocks of Data | Excel Worksheet Functions | |||
blocks of data repeating | New Users to Excel | |||
averaging particular blocks of data | Excel Discussion (Misc queries) | |||
How to organize Data? | Excel Discussion (Misc queries) | |||
Copy Blocks Of Data | Excel Discussion (Misc queries) |