I need to calculate how many weeks my on hand stock will last based on the weekly demands going out 30 weeks (current limit of data for each item).
Column A has the item code
Column B has the On Hand stock (each row = 1 week)
Column C has the weekly Demand
Data example
Cell B2 has 245 units as the On Hand inventory. B3 is calculated (B2 - C2)and so on for each cell in Col B.
Cells C2 = 46
Cells C2 = 64
Cells C2 = 62
Cells C2 = 62
Cells C2 = 59
Cells C2 = 57
Cells C2 = 57
I need the formula in Cell D2 to look at the value in B2 and then work out how many rows of demand from column C it will take to consume the 245 units. (answer should be 4.2 rows)
245-46-64-62-62-(11/59)to 1 decimal = 4.2
Can anyone give me the correct function I need to do this..
Column A has the item code
Column B has the On Hand stock (each row = 1 week)
Column C has the weekly Demand
Data example
Cell B2 has 245 units as the On Hand inventory. B3 is calculated (B2 - C2)and so on for each cell in Col B.
Cells C2 = 46
Cells C2 = 64
Cells C2 = 62
Cells C2 = 62
Cells C2 = 59
Cells C2 = 57
Cells C2 = 57
I need the formula in Cell D2 to look at the value in B2 and then work out how many rows of demand from column C it will take to consume the 245 units. (answer should be 4.2 rows)
245-46-64-62-62-(11/59)to 1 decimal = 4.2
Can anyone give me the correct function I need to do this..