Create Rows in a new sheet from 2 other sheets

Nomas

Board Regular
Joined
Jun 14, 2011
Messages
91
Hi All,

Here is my need/scenario


There are 3 sheets

Sheet 1
Sheet 2
Sheet 3

Sheet 1 is a variable data input sheet that has a variable data set in a fixed range from A2:W100

Sheet 2 is a Carbon Copy of Sheet 1 that is made upon opening Excel

here is what I need

I need Sheet 3 to only populate the full row from sheet 1 that have any cell value that has changed on Sheet 1 when checked vs sheet 2 (Sheet 3 will have Sheet 1 values only).

Thanks in advance for any help :)
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
if i am reading this correctly, a simple IF <> formula may work here,

quick question, will the data always be the same cell range for all three sheets?
 
Upvote 0
Yes the data sets are fixed in size

Sheet 1 and two will start out the same, if no changes then sheet 3 would not populate anything. If Row 12 on Sheet 1 is modified then it would appear on as the top row in sheet three with the same data from sheet 1. But what I am also looking for is that the rows on sheet 3 will not hold formulas leading to a larger than necessary file. So in the case above with row 12 on sheet 1 populating row 1 on sheet 3, if no other data was moved then row 2 on sheet 3 would be blank (not holding a formula). Basically sheet 3 grows down as sheets 1 and 2 dont match up in the check.
 
Upvote 0

Forum statistics

Threads
1,224,522
Messages
6,179,292
Members
452,902
Latest member
Knuddeluff

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