Inserting a row and moving data to the new line

troyh68

New Member
Joined
Nov 14, 2016
Messages
24
I have an array of data that has 28K rows in it. This array is for Production BOM's.
The data has columns of Production BOM (C), Description (D), Component (E), Description (F), Supplier Name (G), Supplier Part No. (H), Quantity per (I), Unit Of Measure (J), Supplier Number (K)
What I need to do is insert a row between two of the Production BOM's, lets say Rows 399 and 400. In the new Row 6 I need to take columns E and F move them to the new Row into Columns C and D. Then from row 399 move Columns G:K to row 400 in the same columns G:K.
 

Attachments

  • MrExcel Sample.png
    MrExcel Sample.png
    13.3 KB · Views: 10

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().

Forum statistics

Threads
1,215,043
Messages
6,122,822
Members
449,096
Latest member
Erald

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