Trying to copy a specific cell(s) from sheet 1 to sheet 2 when a value in said cell changes.
example:
part 1.
sheet1 cell B2
value=1
sheet1 cell E2
Value is 10
Copies value from sheet1 cell B2 and sheet1 cell E2 to worksheet2 cell B2 and E2
part 2.
Sheet1 cell B2
Value changes to 2
sheet1 cell E2
Value is 20
copies new value from sheet1 cell B2 and E2 to sheet2 but moves new value down 1 cell to B3 and E3 but also leaving sheet2 cell B2 and cell E2 as is.
So everytime the value of sheet1 B2 and E2 changes, it copies that new changes to sheet2 but moves the new values down one row.
example:
part 1.
sheet1 cell B2
value=1
sheet1 cell E2
Value is 10
Copies value from sheet1 cell B2 and sheet1 cell E2 to worksheet2 cell B2 and E2
part 2.
Sheet1 cell B2
Value changes to 2
sheet1 cell E2
Value is 20
copies new value from sheet1 cell B2 and E2 to sheet2 but moves new value down 1 cell to B3 and E3 but also leaving sheet2 cell B2 and cell E2 as is.
So everytime the value of sheet1 B2 and E2 changes, it copies that new changes to sheet2 but moves the new values down one row.