Copying Data Across Sheets with Conditions

Jacked0528

New Member
Joined
Mar 30, 2021
Messages
11
Office Version
  1. 2016
Platform
  1. Windows
Good Afternoon,

I have a workbook at the moment where 100% of the inputs are listed in Sheet2 E7:U7 (merged cells) to E76:U76. This list can expand or contract based on user input and a VBA macro to insert additional rows. On Sheet3 I'd like to paste the flexing list in C13:C__ (whatever the final row becomes). If I add an input on Sheet2 I need it to insert a row on Sheet3 (maintaining order integrity from Sheet2) while leaving blanks in the rest of the columns for that inserted row on Sheet3.

When it drags over the necessary input from Sheet2 I also need it to drag over the operation from Sheet2 Z to Sheet3 B (i.e., (4) inputs listed on Sheet2 E7:E12, all (4) need to be copied over to Sheet3 C13:C16 and Sheet2 Z copied over to B13:B16).

With all this in mind, I would hope that, conversely, if I remove an input from Sheet2 the entire row on Sheet3 that it correlates with will also delete. If another input is added it will transfer the input and operation and leave blank the rest of the columns on Sheet3.

Hopefully this makes sense. It's a bit above my abilities and I've tried all the copying and linking I can find information on but to no avail. Any help would be immensely appreciated. Thanks!
Sheet2.png
Sheet3.png
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce

Forum statistics

Threads
1,213,530
Messages
6,114,163
Members
448,554
Latest member
Gleisner2

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