Hi Guys,
Need help with the below.
So I need to copy the whole row of those crops that have changes in length from day 1 to day 2.
The below is just an example, true data contains many rows and columns. I don't want to add another column that will check if day 1 and day 2 are the same.
What I want to achieve is a macro that will compare (and copy to another sheet) per Row, columns Day 1 Length and Day 2 Length if there are any changes. Can somebody help me with the codes please?
Technically, I want the macro to copy Banana Row and Carrots Row to another sheet without the use of additional Column that will check if Day 1 and Day 2 are the same.
[table="width: 500"]
[tr]
[td]Crop
[/td]
[td]Day 1 Length
[/td]
[td]Day 2 Length
[/td]
[td]Fertilizer
[/td]
[/tr]
[tr]
[td]Apple
[/td]
[td]1.5[/td]
[td]1.5[/td]
[td]A[/td]
[/tr]
[tr]
[td]Banana[/td]
[td]2.6[/td]
[td]2.7[/td]
[td]B[/td]
[/tr]
[tr]
[td]Carrots[/td]
[td]1.8[/td]
[td]2.1[/td]
[td]C[/td]
[/tr]
[tr]
[td][/td]
[td][/td]
[td][/td]
[td][/td]
[/tr]
[tr]
[td][/td]
[td][/td]
[td][/td]
[td][/td]
[/tr]
[tr]
[td][/td]
[td][/td]
[td][/td]
[td][/td]
[/tr]
[/table]
Many Thanks!!!
Need help with the below.
So I need to copy the whole row of those crops that have changes in length from day 1 to day 2.
The below is just an example, true data contains many rows and columns. I don't want to add another column that will check if day 1 and day 2 are the same.
What I want to achieve is a macro that will compare (and copy to another sheet) per Row, columns Day 1 Length and Day 2 Length if there are any changes. Can somebody help me with the codes please?
Technically, I want the macro to copy Banana Row and Carrots Row to another sheet without the use of additional Column that will check if Day 1 and Day 2 are the same.
[table="width: 500"]
[tr]
[td]Crop
[/td]
[td]Day 1 Length
[/td]
[td]Day 2 Length
[/td]
[td]Fertilizer
[/td]
[/tr]
[tr]
[td]Apple
[/td]
[td]1.5[/td]
[td]1.5[/td]
[td]A[/td]
[/tr]
[tr]
[td]Banana[/td]
[td]2.6[/td]
[td]2.7[/td]
[td]B[/td]
[/tr]
[tr]
[td]Carrots[/td]
[td]1.8[/td]
[td]2.1[/td]
[td]C[/td]
[/tr]
[tr]
[td][/td]
[td][/td]
[td][/td]
[td][/td]
[/tr]
[tr]
[td][/td]
[td][/td]
[td][/td]
[td][/td]
[/tr]
[tr]
[td][/td]
[td][/td]
[td][/td]
[td][/td]
[/tr]
[/table]
Many Thanks!!!