Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I've been using this function to transpose records from a single column to 6 columns. All the records were 5 rows with a blank row separating each record (total 6 rows). =INDEX($A:$A,(ROWS($1:1)-1)*6+COLUMNS($A:B)-1) The latest set of records vary from 4 to 6 rows with a blank row separating each record. How do I write a macro that adjusts to the number of rows of each record (until it reaches a blank row) transposes it into the right number of columns and then moves onto the next record for transposing? Libby |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Transpose or Macro? | Excel Discussion (Misc queries) | |||
Transpose macro | Excel Programming | |||
Transpose macro | Excel Programming | |||
help with transpose-like macro | Excel Programming |