Hello experts,
This situation is a little tricky for me, so I will try to explain it the best I can. There are 2 sheets we are working with, let's call them "source" and "output". There is data in the source sheet, which starts from Row 5 and is expanding from column A to column F. This needs to be pasted from column B to column G in the output sheet. Now, here is the tricky part. After each row has been pasted, there needs to be 4 more values (phase 2, phase 3, phase 4, phase 5 in the example below) added after it (in column G), and only ten the next row form the source needs to be taken and pasted, with the same 5 values after it. Let me show you an example. Assume the table below is the "output" sheet and is from B to G:
This is how the sheet should look after all the data has been copy pasted form the source sheet. I can write the direct copy paste codes but adding the phase 2 to 5 values and then going back and picking the next row to be copied is proving difficult for me. Any help on this would be really helpful. Thank you.
This situation is a little tricky for me, so I will try to explain it the best I can. There are 2 sheets we are working with, let's call them "source" and "output". There is data in the source sheet, which starts from Row 5 and is expanding from column A to column F. This needs to be pasted from column B to column G in the output sheet. Now, here is the tricky part. After each row has been pasted, there needs to be 4 more values (phase 2, phase 3, phase 4, phase 5 in the example below) added after it (in column G), and only ten the next row form the source needs to be taken and pasted, with the same 5 values after it. Let me show you an example. Assume the table below is the "output" sheet and is from B to G:
Name | State | Phone No. | Address Line 1 | Address Line 2 | Test stage |
Leo | X | 12345 | A123 | - | Phase 1 |
Phase 2 | |||||
Phase 3 | |||||
Phase 4 | |||||
Phase 5 | |||||
Raphael | Y | 78990 | B567 | - | Phase 1 |
Phase 2 | |||||
Phase 3 | |||||
Phase 4 | |||||
Phase 5 | |||||
This is how the sheet should look after all the data has been copy pasted form the source sheet. I can write the direct copy paste codes but adding the phase 2 to 5 values and then going back and picking the next row to be copied is proving difficult for me. Any help on this would be really helpful. Thank you.