In Sheet1 I have columns A and B. Those are empty. In Sheet2 I have columns A,B,C as well. In Sheet2 A and C columns are ppoulated, while B column is empty, and users need to populate this manually.
Once I populate the B column in Sheet2 for any of the existing rows, I should copy that row with A and B values and paste it to the Sheet1, by creating a new row in Sheet1 for A and B columns with same values ( A and B columns) from the Sheet2. That Sheet1 has some different calculation that should be kept in separate sheet, so I must make this kind of automation for creation of new row.
Is this feasible somehow?