I have a spreadsheet with information I wan to copy in Columns C through to V. Column V has a number, then lots of blanks then a number, then lots more blanks, then a number...etc. I want to copy the selection from column C to V, starting at the row with a number in column V, down to the row 1 above the next number in column V. Then later want to paste a (different) selection into column W (i.e. 1 cell to the right of the number in column v). I then want to go down to the next row with a number in column V, and repeat the whole process until I reach blank cells at the bottom.
e.g
select range from C2:V10
copy and paste into sheet 4 cell C2
paste (different) selection (from clipboard) into W10
select range from C11:V15
copy and paste into sheet 4 cell C2
paste (different) selection into W11
....etc
Can anyone help me with this please? I am new to this
My friend told me use the functions Range, Offset, Loop, Do, Until - but I have tried for ages and can't figure it out!
e.g
select range from C2:V10
copy and paste into sheet 4 cell C2
paste (different) selection (from clipboard) into W10
select range from C11:V15
copy and paste into sheet 4 cell C2
paste (different) selection into W11
....etc
Can anyone help me with this please? I am new to this
Last edited: