Allocation based on priority tier

cpfrwdc

New Member
Joined
Jan 31, 2019
Messages
1
I'm working to create an allocation model to quickly determine whether or not an order can be supported when compared to the available inventory. For example, I have 3 customers, each in their own tier (1,2,3). Tier 1 customers will have priority and first dibs at the available inventory, then Tier 2 so on. With the example below, I'd like some way to highlight/signal that we will not have enough allocation to support Customer 3 and Customer 2.


[TABLE="width: 192"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]Customer[/TD]
[TD]Tier[/TD]
[/TR]
[TR]
[TD]Customer 1[/TD]
[TD="align: right"]1[/TD]
[/TR]
[TR]
[TD]Customer 2[/TD]
[TD="align: right"]3[/TD]
[/TR]
[TR]
[TD]Customer 3[/TD]
[TD="align: right"]2[/TD]
[/TR]
</tbody>[/TABLE]



[TABLE="width: 483"]
<colgroup><col><col span="3"></colgroup><tbody>[TR]
[TD]Item[/TD]
[TD]Account[/TD]
[TD]Orders[/TD]
[TD]Inventory[/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD]Inventory[/TD]
[TD][/TD]
[TD="align: right"]5[/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD]Customer 1[/TD]
[TD="align: right"]3[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD]Customer 2[/TD]
[TD="align: right"]1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ABC[/TD]
[TD]Customer 3[/TD]
[TD="align: right"]9[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD="align: right"]13[/TD]
[TD="align: right"]5[/TD]
[/TR]
</tbody>[/TABLE]




Thank you!
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Sort orders by priority:

[Table="width:, class:grid"][tr][td="bgcolor:#C0C0C0"][/td][td="bgcolor:#C0C0C0"]
A​
[/td][td="bgcolor:#C0C0C0"]
B​
[/td][td="bgcolor:#C0C0C0"]
C​
[/td][td="bgcolor:#C0C0C0"]
D​
[/td][td="bgcolor:#C0C0C0"]
E​
[/td][td="bgcolor:#C0C0C0"]
F​
[/td][/tr][tr][td="bgcolor:#C0C0C0"]
1​
[/td][td="bgcolor:#F3F3F3"]
Item
[/td][td][/td][td][/td][td][/td][td="bgcolor:#F3F3F3"]
Invent
[/td][td][/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
2​
[/td][td][/td][td][/td][td][/td][td][/td][td]
5​
[/td][td][/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
3​
[/td][td="bgcolor:#F3F3F3"]
Item
[/td][td="bgcolor:#F3F3F3"]
Acct
[/td][td="bgcolor:#F3F3F3"]
Pri
[/td][td="bgcolor:#F3F3F3"]
Order
[/td][td="bgcolor:#F3F3F3"]
Alloc
[/td][td="bgcolor:#F3F3F3"]
[/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
4​
[/td][td][/td][td]Alan[/td][td]
1​
[/td][td]
3​
[/td][td="bgcolor:#CCFFCC"]
3​
[/td][td="bgcolor:#CCFFCC"]E4: =MIN(D4, $E$2 - SUM(E$3:E3))[/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
5​
[/td][td][/td][td]Barb[/td][td]
2​
[/td][td]
9​
[/td][td="bgcolor:#CCFFCC"]
2​
[/td][td][/td][/tr]
[tr][td="bgcolor:#C0C0C0"]
6​
[/td][td][/td][td]Cain[/td][td]
3​
[/td][td]
1​
[/td][td="bgcolor:#CCFFCC"]
0​
[/td][td][/td][/tr]
[/table]
 
Upvote 0

Forum statistics

Threads
1,226,730
Messages
6,192,703
Members
453,748
Latest member
akhtarf3

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top