+ Reply to Thread
Results 1 to 6 of 6

Trying to make an Inventory control in Excel

  1. #1
    Registered User
    Join Date
    05-04-2015
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    8

    Trying to make an Inventory control in Excel

    I am trying to manage my inventory in excel. My stock sheet has a column of unique skus of each product in column "A" and stock quantities in column "B".

    I get excel files for my daily sales containing skus and its respective sold quantities. e.g If I have sold one sku twice its presented separately in the saily sales sheet.

    I want to create a formula that can sum the total sale of each sku in that day and then subtract it from the stock sheet so I can keep my stock sheet updated.

    Is it possible to do it in one go?

    I hope I have explained it well enough.

  2. #2
    Forum Expert Arkadi's Avatar
    Join Date
    02-13-2014
    Location
    Smiths Falls, Ontario, Canada
    MS-Off Ver
    Office 365
    Posts
    5,059

    Re: Trying to make an Inventory control in Excel

    saracen, I don't see an easy way to do this using formulas, I think you'd need to use macros to accomplish this, particularly since it sounds like you need the "inventory" workbook to open other files to get information?
    Please help by:

    Marking threads as closed once your issue is resolved. How? The Thread Tools at the top
    Any reputation (*) points appreciated. Not just by me, but by all those helping, so if you found someone's input useful, please take a second to click the * at the bottom left to let them know

    There are 10 kinds of people in this world... those who understand binary, and those who don't.

  3. #3
    Registered User
    Join Date
    05-04-2015
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    8

    Re: Trying to make an Inventory control in Excel

    Hi Arkadi
    Thanks for your reply. Its not a lot of data. I can perform the complete operation on a single sheet and then copy it to another.
    I manage to sum up the sale for each sku on the daily sale sheet using kutools. So below is the data from my daily sale sheet.

    SKU (column C) QTY (column D)
    70100501 9
    85001101 12
    83002901 4
    70100123 4
    70100494 1
    50001201 11

    Now this is my stock data
    SKU (column A) QTY (column B)
    85001101 112
    83002901 14
    70100501 91
    70100494 31
    50001201 111
    53001011 32
    71500102 44
    70100001 14
    83001551 33
    70100201 34

    The formula I am looking for is:
    Subtract column D from column B if Column C is in column A. If we take SKU 70100501 as an example then subtract D9 from B3 because C1 is present in A3.

    Thanks

  4. #4
    Forum Expert Arkadi's Avatar
    Join Date
    02-13-2014
    Location
    Smiths Falls, Ontario, Canada
    MS-Off Ver
    Office 365
    Posts
    5,059

    Re: Trying to make an Inventory control in Excel

    Fair enough, but a formula would require your inventory to have a static starting quantity. Then another column with current level. And if you delete the daily shipment data, then your formula is original - 0 so your inventory level goes up. To update a value permanently you'd have to keep adding quantity sold, or you have to update and save the value, not the formula that gives the total.... was that clear? I feel it is hard to explain.

  5. #5
    Forum Expert Arkadi's Avatar
    Join Date
    02-13-2014
    Location
    Smiths Falls, Ontario, Canada
    MS-Off Ver
    Office 365
    Posts
    5,059

    Re: Trying to make an Inventory control in Excel

    Ok Assuming you want the totals in a new column... E. Column A is stock part, B is stock level, C is stock part of daily sales, and C is qty sold. In column E you would paste:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Then copy down. This assumes One daily sales record only for each part number, and the value in column E is the new balance for the Item listed in A1. It will not error out if you didn't sell any items of a given stock part.

    Edit: in the formula C1:D10 is the list of daily sales, may want to go to D10000 or something

  6. #6
    Registered User
    Join Date
    05-04-2015
    Location
    London, England
    MS-Off Ver
    2010
    Posts
    8

    Re: Trying to make an Inventory control in Excel

    Brilliant!
    What I have done is that I have created three sheets.
    1. Opening stock (is the static as you mentioned)
    2. Stock (Tells me about the current level of stock)
    3. Sales (Record the sales)

    The formula I used is ='Opening Stock'!B2-IF(ISNA(VLOOKUP('Opening Stock'!A2,sale!$C$3:sale!D32,2,FALSE)),0,VLOOKUP('Opening Stock'!A2,sale!$C$3:sale!D32,2,FALSE))

    This way the exercise would be to populate sales sheet everyday with daily sales data and then copy the results from stock sheet (it will become closing stock at the end of the day) to opening stock sheet for next day sales.

    Or the other option I was thinking is to create 2 columns representing each day of the month containing SKU and sold QTY.

    DAY 1 DAY 2 DAY 3
    SKU QTY SKU QTY SKU QTY
    85001101 10 70100201 2 83002901 9
    83002901 5 50001201 2 83001551 5
    83001551 6 53001011 1 70100201 2
    70100201 8 50001201 5
    50001201 5
    53001011 4


    I populate each day with sales data and it basically performs the earlier formula twice. Once on the sales sheet and then on the stock sheet.

    Do you think thats doable or is it asking for too much? I was thinking may be after the 31st day on the sales sheet we put a formula for total sales that accumulates the daily sale according to SKUs. And the formula you have written earlier takes the value from that total sales.
    That way the daily closing stock exercise will become a monthly closing stock.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Excel inventory control
    By hecmar in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-24-2014, 07:01 AM
  2. Help With inventory control in excel
    By nrodgers in forum Excel General
    Replies: 2
    Last Post: 08-06-2014, 11:53 PM
  3. lottery inventory control in excel
    By rizbiz in forum Excel General
    Replies: 1
    Last Post: 10-16-2010, 10:48 AM
  4. [SOLVED] Excel used for inventory control
    By mauisun in forum Excel General
    Replies: 2
    Last Post: 03-01-2006, 12:25 PM
  5. inventory control in excel
    By artisanpp in forum Excel General
    Replies: 3
    Last Post: 06-01-2005, 03:12 PM

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