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.


CustomerTier
Customer 11
Customer 23
Customer 32

<colgroup><col><col></colgroup><tbody>
</tbody>



ItemAccountOrdersInventory
ABCInventory5
ABCCustomer 13
ABCCustomer 21
ABCCustomer 39
135

<colgroup><col><col span="3"></colgroup><tbody>
</tbody>




Thank you!
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Sort orders by priority:

A​
B​
C​
D​
E​
F​
1​
Item
Invent
2​
5​
3​
Item
Acct
Pri
Order
Alloc
4​
Alan
1​
3​
3​
E4: =MIN(D4, $E$2 - SUM(E$3:E3))
5​
Barb
2​
9​
2​
6​
Cain
3​
1​
0​
 
Upvote 0

Forum statistics

Threads
1,214,864
Messages
6,121,986
Members
449,058
Latest member
oculus

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