I am trying to split one row into two rows based on value in column H
and column I
.
If there is a value in both column H
and I
in the same row, I would like to do the following;
- insert a new row below,
- copy the same values in column
A
toG
from above row, - copy the amount from column
I
- delete the amount in column
I
from the original/above row.
I have added two pictures of my sheet, one original and one of the expected result.