Question:
Excel - How to split value in one cell that have comma in sequence order format into separate row based on the quantity of the same item
Explanation as below:
Input
Item On Hand with respective Serial NumberName | Qty | SNItem001 | 5 | B001,B002,B003,B004,B005Invoice Details:Inv # | Item | QtyInv1 | Item001 | 3 Inv2 | Item001 | 1 Inv3 | Item001 | 1
Expected output
Name | QtyInv1 | Item001 | 3 | B001,B002,B003Inv2 | Item001 | 1 | B004Inv3 | Item001 | 1 | B005
The reason to split into three row is because each row represent different Invoice and each Invoice is with the same item but with different serial number