Hi Guys,
Thank you in advance for helping me with this. I am trying to convert the existing table to the desire one
so the request is 1)product code AAA EF/GH is combined in one line, and I need to split them out
2) When Product Line = 111, need to generate the same record for product AAA EF & AAA GH as well.
is there any simply workflow to do this?
Existing:
| Product Name | Product Code | Product Line |
| AAA CD | AAA CD | 111 |
| AAA CD | AAA CD | 222 |
| AAA ZZ | AAA EF/GH | 333 |
| AAA ZZ | AAA EF/GH | 444 |
Desire:
| Product Name | Product Code | Product Line |
| AAA CD | AAA CD | 111 |
| AAA CD | AAA CD | 222 |
| AAA ZZ | AAA EF | 333 |
| AAA ZZ | AAA EF | 444 |
| AAA ZZ | AAA GH | 333 |
| AAA ZZ | AAA GH | 444 |
| AAA ZZ | AAA EF | 111 |
| AAA ZZ | AAA GH | 111 |