I am not sure what the name of the formula I am searching for is. I normally focus on coding sites but since this is a math question I figured this is the best place to ask.
I have a problem where I am trying to identify the sell through rate of inventory items per vendor and then return a rate and percentage for Sales (department) to identify if the vendor is on track or not to meet their quota. I need to show the rate they should be at per day and the percentage they are currently at
To help visualize this, a vendor has committed to 1,000 volume in 30 days:
commitment volume: 1,000
commitment days: 30
15 days into the contract, I check the vendor and see that they have only purchased 200 items.
purchased items: 200
days left of commitment: 15
I know the vendor needs to purchase 33.33 items per day.
33.33 = (1000/30)
I know that at 15 days the sell through rate is 20%.
0.2 = (200/1000)
This is where I am confused. How can I get the curent rate they are at for the days that have passed? How can I get the percentage with the commitment and their purchased items with the 15 days left?
I am thinking I need to multiply the items per day by the amount of days that have passed to get the expected order number, this gives me 500.
500 = (1000/30) * 15
I should then divide the actual amount by the expected to get 40%.
0.4 = (200/500)
I believe 40% is what they are actually fulfilling with their order. So if I -1 I can see they are off 60%.
.6 = 0.4 - 1
Am I correct to assume this is the right formula? Something doesn't feel right about this so I am asking for help.
Like, I said, I am not aware of the name for what I am trying to calculate is. It's basically a tool needed to help Sales reach our to vendors to ensure they meet their quotas. I need to see a the current rate and off by percentage. Please let me know if this is correct or if I completely missed this. Also, what is the correct name for this??
Thanks