Hi All,
I am having a hard time exploding BOMs into BOM lines to explode my data by Ship date. Let me show an example below of what I am looking to do:
Table 1
SALES ORDER NO. ITEM NUMBER QTY SHIP DATE
100 KIT-1 10 9/31/2021
200 KIT-2 20 9/17/2021
Table 2
ITEM NUMBER BOM LINES QTY NEEDED
KIT-1 Item 1 1
KIT-1 Item 2 2
KIT-1 Item 3 5
KIT-2 Item 4 3
KIT-2 Item 5 1
Table 3
SALES ORDER NO. ITEM NUMBER BOM LINES QTY SHIPDATE
100 KIT-1 Item 1 10 9/31/2021
100 KIT-1 Item 2 20 9/31/2021
100 KIT-1 Item 3 50 9/31/2021
200 KIT-2 Item 4 60 9/17/2021
200 KIT-2 Item 5 20 9/17/2021
I have Table 1 and 2 available, need to explode Table 1 to Table 3 using Table 2. If anyone have any ideas I would love to try them out. VBA or formulas, anything is fine.
I am having a hard time exploding BOMs into BOM lines to explode my data by Ship date. Let me show an example below of what I am looking to do:
Table 1
SALES ORDER NO. ITEM NUMBER QTY SHIP DATE
100 KIT-1 10 9/31/2021
200 KIT-2 20 9/17/2021
Table 2
ITEM NUMBER BOM LINES QTY NEEDED
KIT-1 Item 1 1
KIT-1 Item 2 2
KIT-1 Item 3 5
KIT-2 Item 4 3
KIT-2 Item 5 1
Table 3
SALES ORDER NO. ITEM NUMBER BOM LINES QTY SHIPDATE
100 KIT-1 Item 1 10 9/31/2021
100 KIT-1 Item 2 20 9/31/2021
100 KIT-1 Item 3 50 9/31/2021
200 KIT-2 Item 4 60 9/17/2021
200 KIT-2 Item 5 20 9/17/2021
I have Table 1 and 2 available, need to explode Table 1 to Table 3 using Table 2. If anyone have any ideas I would love to try them out. VBA or formulas, anything is fine.