+ Reply to Thread
Results 1 to 7 of 7

Number of Days (Sales) Inventory

  1. #1
    Registered User
    Join Date
    01-11-2010
    Location
    Melbourne
    MS-Off Ver
    Excel 2007
    Posts
    14

    Number of Days (Sales) Inventory

    Hi there,

    I am looking to calculate how many days worth of inventory I'm currently holding (in stock and on order from supplier) based on my sales over the past 30 days.

    I've seen a number of formulas around... and honestly am not sure I'm on the right track.

    On the attached I have used the following:

    (Stock on Hand + Stock on Order) * 30 / ( Units of the item sold in the past 30 days)

    Am I on the right track? Appreciate all help.
    Attached Files Attached Files

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Number of Days (Sales) Inventory

    I am looking to calculate how many days worth of inventory I'm currently holding (in stock and on order from supplier) based on my sales over the past 30 days.
    Your formula basically returns the interval of days for which stock is turned, not really how much stock you are holding (physically and on order). In short, your formula returns how may days your stock will last until sold.

    For example, using the first item in your list:
    Four items sold in 30-days = 7 days turn around. With none in stock and one item on order, based on items sold past 30-days, it will remain in stock for 7-days.

    Amended formula: =ROUNDDOWN((SUM(B2:C2)*30)/A2,0)
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

  3. #3
    Registered User
    Join Date
    01-11-2010
    Location
    Melbourne
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Number of Days (Sales) Inventory

    Quote Originally Posted by Palmetto View Post
    Your formula basically returns the interval of days for which stock is turned, not really how much stock you are holding (physically and on order). In short, your formula returns how may days your stock will last until sold.

    For example, using the first item in your list:
    Four items sold in 30-days = 7 days turn around. With none in stock and one item on order, based on items sold past 30-days, it will remain in stock for 7-days.

    Amended formula: =ROUNDDOWN((SUM(B2:C2)*30)/A2,0)
    Palmetto.. thanks for your reply. Seems that our formulae are very similar - and give more or less the same results - except that your formula rounds down the results (see attachment).... Is there really any difference in the logic each of us has adopted?
    Attached Files Attached Files

  4. #4
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Number of Days (Sales) Inventory

    I opted to use the ROUNDDOWN function as a matter of preference in this instance because you seem to be interpreting the results as amount of inventory on hand. Thus you either have the "whole enchilada" or nothing - can't have "7.5" items when they are measured in whole units as your sample workbook indicates.

    If you interpret the results as number of days to turn an item, then don't use the round function.

  5. #5
    Registered User
    Join Date
    01-11-2010
    Location
    Melbourne
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Number of Days (Sales) Inventory

    Hello again, let's add another layer to my scenario.

    It appears that goods to carry in stock and goods for actual customer orders are ordered separately. So I'd like to introduce two new fields - CustomerOrdersSent & CustomerOrdersUnsent.

    If the following is my existing formula..

    =ROUNDDOWN((StockOnHand+StockOnOrder)*30/30DaysSales,0)

    Is it a simple case of assuming that the CustomerOrdersSent would be similar to StockOnOrder = adds to "positive stock", and that the CustomerOrdersUnsent would detract from the stock availability - and so should be treated as a negative.

    Assuming the above is correct I have the revised formula reading as follows:

    =ROUNDDOWN((StockOnHand+StockOnOrder+CustomerOrdersSent-CustomerOrdersUnsent)*30/30DaysSales,0)

    Does this appear correct?

    Thanks in advance...

  6. #6
    Registered User
    Join Date
    01-11-2010
    Location
    Melbourne
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Number of Days (Sales) Inventory

    bump. appreciate any assistance on this...

  7. #7
    Registered User
    Join Date
    01-11-2010
    Location
    Melbourne
    MS-Off Ver
    Excel 2007
    Posts
    14

    Re: Number of Days (Sales) Inventory

    Quote Originally Posted by mud_shark View Post
    bump. appreciate any assistance on this...
    I have a meeting relating to this tomorrow (my problem I know)... Would be greatful for some input from anyone out there.

    Thanks in advance

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1