I want to copy cell data from "Sheet2" to "Sheet1" if the value in column "H" on "Sheet2" is not equal to "0" (zero).
If the statement is true, I want to copy
- "Sheet2:A2" to "Sheet1:A7",
- "Sheet2:F2" to "Sheet1:C7",
- "Sheet2:G2" to "Sheet1:E7", and
- "Sheet2:H2" to "Sheet1:G7".
I then want to loop through the remaining rows on "Sheet2" and continue copying until the worksheet runs out of data.