How to count the number of periods I have the inventory for

Aldek

New Member
Joined
Aug 26, 2020
Messages
1
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
Hi, as in the subject, I'm trying to figure out how to compute / construct formulas in Google Spreadsheet, which dynamically shows the count of months I have enough inventory for.

My data is:
1598442970484.png


Let say the numbers represent units of volume.
So I finish my first period with 5562 units. I need to compute for how many future months I have stock (i guess it is something around 1.3 month), of course having some assumption of future sales and new production (I need to optimise my production as it seems it is not necessary to produce so much).

Much appreciate for you r help.
Best
Aldek ;)
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Hi Aldek,
Welcome to the Board! What can you say about your assumptions? In your example, you have opening balance inventories that increase substantially over time. Do you have some target opening balance inventory that you would like to maintain from one period to the next? And then are you primarily interested in balancing the "produced" values to keep up with the "sold volume", assuming the most recent rates for each, so that you can maintain the target inventory level?
 
Upvote 0
Here is an idea that might help...
The user inputs are in blue-shaded cells. You would establish some target inventory level indirectly by specifying how many periods of inventory buffer you want to maintain based on the most recent production and sales volumes (for the past one month). That target level is used to estimate the production volume for the upcoming month. But there may be some reasons why it is not practical to jump directly to the targeted inventory level: 1) perhaps the current inventory level is so large and sales volumes are so low that it would take several months to reach the target level with no production whatsoever; and 2) to maintain production facilities some minimal level of production will probably be necessary, due to either equipment startup/maintenance issues or workforce volume matters. For that reason, a minimum production level per period is introduced as a user input. Another user input pertains to Returned items. If the reason for returning an item is due to a defect, then it probably cannot be sold again, so an input for "Reutilization of Returned" reflects the fraction of returned items that are okay to resell again. With this approach, the Inventory Utilization Time (expressed in periods), eventually levels out at the target inventory level, assuming there are not large deviations in the inputs.
Book1
ABCDEFGHIJKLMNOPQ
1Target Inventory Level (pds)1.5
2Reutilization of Returned0.5
3Minimum production/pd650
4
5Period12345678910111213141516
6Inventory - Opening Balance3433556242123250338629722558214417301596159615961596159615961596
7Sold Volume1064200018001064106410641064106410641064106410641064106410641064
8Returned111001111111111111
9Produced319365078812006506506506509301064106410641064106410641064
10Inventory - Closing Balance5562421232503386297225582144173015961596159615961596159615961596
11
12Inventory Utilization Time (pds)7.231.431.273.312.402.021.631.241.371.501.501.501.501.501.501.50
Sheet4
Cell Formulas
RangeFormula
C6:Q6C6=B10
C9:Q9C9=ROUNDUP(MAX(($B$1+1)*B7-($B$2*B8)-B10,$B$3),0)
B10:Q10B10=ROUNDDOWN(B6+$B$2*B8+B9-B7,0)
B12:Q12B12=(B10+B9+$B$2*B8-B7)/B7
 
Upvote 0

Forum statistics

Threads
1,214,784
Messages
6,121,535
Members
449,037
Latest member
tmmotairi

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