Hello,
New to the forums, but I couldn't find a solution anywhere so I was hoping someone would see this and may know a trick.
I have an issue where I need to assign "lots" to different orders (varying in amounts) to fulfill an overall order balance. For example:
Overall Order quantity= 3000
Lot A = 320 units
Lot B = 220 units
etc..
Then there are different orders that will pull from these lot amounts that will fulfill the overall balance:
Order1= 20
Order2= 15
etc..
There can be orders that are drawing from multiple lots (since the lot amounts and order amounts will not always line up to meet the overall balance) , but this is something I would like to minimize.
Example: In order to fulfill the overall balance, Order 1 (from above) may need to have 10 of Lot A and 10 of Lot B
What I would like to see in a table is:
Column Header = Lot Name
the Order names that fulfill the balance of the lot
and the overall totals.
Example:
<table width="256" border="0" cellpadding="0" cellspacing="0"><colgroup><col style="width:48pt" span="4" width="64"> </colgroup><tbody><tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt;width:48pt" width="64" height="20">Lot A</td> <td class="xl65" style="border-left:none;width:48pt" width="64">Total</td> <td class="xl65" style="border-left:none;width:48pt" width="64">Lot B</td> <td class="xl65" style="border-left:none;width:48pt" width="64">Total</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt;border-top:none" height="20">Order1</td> <td class="xl65" style="border-top:none;border-left:none">qty</td> <td class="xl65" style="border-top:none;border-left:none">Order4</td> <td class="xl65" style="border-top:none;border-left:none">qty</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt;border-top:none" height="20">Order2</td> <td class="xl65" style="border-top:none;border-left:none">qty</td> <td class="xl65" style="border-top:none;border-left:none">Order5</td> <td class="xl65" style="border-top:none;border-left:none">qty</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt;border-top:none" height="20">Order3</td> <td class="xl65" style="border-top:none;border-left:none">qty</td> <td class="xl65" style="border-top:none;border-left:none">Order6</td> <td class="xl65" style="border-top:none;border-left:none">qty</td> </tr> </tbody></table>
I need to be able to use this for different amounts of lots and order amounts.
If you have any formulas or ideas on how to accomplish this, you would help me tremendously.
Thanks!
New to the forums, but I couldn't find a solution anywhere so I was hoping someone would see this and may know a trick.
I have an issue where I need to assign "lots" to different orders (varying in amounts) to fulfill an overall order balance. For example:
Overall Order quantity= 3000
Lot A = 320 units
Lot B = 220 units
etc..
Then there are different orders that will pull from these lot amounts that will fulfill the overall balance:
Order1= 20
Order2= 15
etc..
There can be orders that are drawing from multiple lots (since the lot amounts and order amounts will not always line up to meet the overall balance) , but this is something I would like to minimize.
Example: In order to fulfill the overall balance, Order 1 (from above) may need to have 10 of Lot A and 10 of Lot B
What I would like to see in a table is:
Column Header = Lot Name
the Order names that fulfill the balance of the lot
and the overall totals.
Example:
<table width="256" border="0" cellpadding="0" cellspacing="0"><colgroup><col style="width:48pt" span="4" width="64"> </colgroup><tbody><tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt;width:48pt" width="64" height="20">Lot A</td> <td class="xl65" style="border-left:none;width:48pt" width="64">Total</td> <td class="xl65" style="border-left:none;width:48pt" width="64">Lot B</td> <td class="xl65" style="border-left:none;width:48pt" width="64">Total</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt;border-top:none" height="20">Order1</td> <td class="xl65" style="border-top:none;border-left:none">qty</td> <td class="xl65" style="border-top:none;border-left:none">Order4</td> <td class="xl65" style="border-top:none;border-left:none">qty</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt;border-top:none" height="20">Order2</td> <td class="xl65" style="border-top:none;border-left:none">qty</td> <td class="xl65" style="border-top:none;border-left:none">Order5</td> <td class="xl65" style="border-top:none;border-left:none">qty</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt;border-top:none" height="20">Order3</td> <td class="xl65" style="border-top:none;border-left:none">qty</td> <td class="xl65" style="border-top:none;border-left:none">Order6</td> <td class="xl65" style="border-top:none;border-left:none">qty</td> </tr> </tbody></table>
I need to be able to use this for different amounts of lots and order amounts.
If you have any formulas or ideas on how to accomplish this, you would help me tremendously.
Thanks!