Forum Discussion

Luke_Lee's avatar
Luke_Lee
Copper Contributor
Mar 29, 2021
Solved

How to calculate inventory carry months (Excel)

Hi friends,   If anyone knows how to calculate carry months by Excel?   Take below for example: "Product A" current stock is 100, and I can use 1.58 months after. "Product B" current stock is 1...
  • tauqeeracma's avatar
    Mar 29, 2021

    Hi Luke_Lee 

     

    With the help of solver columns and below formula you may achieve your requirements:

    =IFERROR(IF(($B2-SUM($D2:D2))/E2<0,0,IF(($B2-SUM($D2:D2))/E2>1,1,($B2-SUM($D2:D2))/E2)),0)

    You may refer the attached file for your reference. Please let me know if it works for you.

     

    Thanks

    Tauqeer

Resources