Jonathan Jones
New Member
- Joined
- Jul 30, 2017
- Messages
- 18
Hi,
I have a sheet with several rows of product codes. In several columns I have components for each product row and the number of components used per product. I would like to get the data from the columns into a single column with several rows. It's probably better if I explain as follows:
Current data:
Product Codes ComponentCode1 Component1Qty ComponentCode2 Component2Qty ComponentCode3 Component3Qty
TABLE1 TABLELEG 4 TABELTOP 1 SCREW 3
TABLE2 TABLELEG 2 TABLETOP 1 SCREW2 4
How I want the data to look:
Product Code Component ComponentQty
TABLE1 TABLELEG 4
TABLE1 TABLETOP 1
TABLE1 SCREW 3
TABLE2 TABLELEG 2
TABLE2 TABLETOP 1
TABLE2 SCREW2 4
Any help would be much appreciated,
Jonathan
I have a sheet with several rows of product codes. In several columns I have components for each product row and the number of components used per product. I would like to get the data from the columns into a single column with several rows. It's probably better if I explain as follows:
Current data:
Product Codes ComponentCode1 Component1Qty ComponentCode2 Component2Qty ComponentCode3 Component3Qty
TABLE1 TABLELEG 4 TABELTOP 1 SCREW 3
TABLE2 TABLELEG 2 TABLETOP 1 SCREW2 4
How I want the data to look:
Product Code Component ComponentQty
TABLE1 TABLELEG 4
TABLE1 TABLETOP 1
TABLE1 SCREW 3
TABLE2 TABLELEG 2
TABLE2 TABLETOP 1
TABLE2 SCREW2 4
Any help would be much appreciated,
Jonathan