Copy every n of cells every n of columns and paste in a new row, for every row

naimickmac23

New Member
Joined
Feb 7, 2016
Messages
2
A
B
C
D
E
F
G
H
I
J
K
L
M
N
ID
category
week no
height
weight
week no
height
weight
week no
height
weight
week no
height
weight
2
blue
Week 2
98
22.1
Week 3
98.2
22.4
Week 4
98.6
22.6
Week 5
99
23
3
green
Week 2
98
22.4
Week 3
98.3
22.6
Week 4
98.9
22.8
Week 5
99.1
23.2
4
red
Week 2
89
18.9
Week 3
89.2
19.4
Week 4
89.4
19.5
Week 5
89.8
19.8

<tbody>
</tbody>

In the above example, I'd like to start in C2, and copy C2,C3 and C4, then paste those values in a new sheet.I'd like to continue to do that until the last column at the end of the row. I'd like to continue doing this until the last row is empty. My actual data extends further past column N, so I'd like to use some variable range to go to the end. Same is true for the number of rows.
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.

Forum statistics

Threads
1,213,517
Messages
6,114,085
Members
448,548
Latest member
harryls

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top