Hi Guys - I have tried for about 2 hrs to find a solution for this. I'm sure you experts will have a simple solution
I have a spreadsheet - row 1 is headers the row 2 to 11 is data for one client (repeated every 10 rows). Column L contains a different value for the 10 row. this is then repeated for around 20,000 rows.
So I'm looking for a macro or VBA code to take the data from column L row 2 to 11 (the 10 rows for that client) and paste it into column M as transpose. (simple) my issues start as I then want to delete row 9 to 11 and then offset to start on row 3 to row 12 (next 10 rows)
Instead of 10 rows I want 1 row with the 10 values in Column L transposed from M to V and then the 9 rows below deleted and the looped to convert the whole 20,000 rows
Please help.
Chris
I have a spreadsheet - row 1 is headers the row 2 to 11 is data for one client (repeated every 10 rows). Column L contains a different value for the 10 row. this is then repeated for around 20,000 rows.
So I'm looking for a macro or VBA code to take the data from column L row 2 to 11 (the 10 rows for that client) and paste it into column M as transpose. (simple) my issues start as I then want to delete row 9 to 11 and then offset to start on row 3 to row 12 (next 10 rows)
Instead of 10 rows I want 1 row with the 10 values in Column L transposed from M to V and then the 9 rows below deleted and the looped to convert the whole 20,000 rows
Please help.
Chris