+ Reply to Thread
Results 1 to 8 of 8

Formula/VLookup to calculate Running total of Master Inventory Sheet

  1. #1
    Registered User
    Join Date
    07-26-2016
    Location
    California
    MS-Off Ver
    2013
    Posts
    8

    Formula/VLookup to calculate Running total of Master Inventory Sheet

    Good Evening,
    I was looking for some help with either a formula or VLOOKUP solution to help keep a running inventory on items in a wherehouse. I have spent hours doing research and trying formulas, but to no avail. Here's the scoop: i have a workbook with a master inventory sheet that lists Item Type, Name, Description, Number per box, number of boxes on hand, and loose items. The last three equal currently equal the total. i have a separate worksheet for tracking the issue of these items, using a dropdown menu that references the master list. I would like to some how have a calculation for the total column on the Master Inventory that reflects the current inventory levels minus any quantity of items issued on the Items Issued sheet. I have attached a copy of my sheet for review. Any help or suggestions with this would be much appreciated.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    11-26-2013
    Location
    Colac, Victoria, Australia
    MS-Off Ver
    Excel 2016
    Posts
    1,309

    Re: Formula/VLookup to calculate Running total of Master Inventory Sheet

    Welcome to the forum jgarcia79,

    I assume you want to use the Issued column (Col G) in your table on the first sheet, then adjust your Total column so that you are showing the Net result of your stock held less the stock issued.

    The immediate problem is that your Master Inventory includes a description (egRed or Orange, Grey. This is not shown on the issued sheet. Therefore, you can't complete what you want.

    I think you need to give that some thought before we take the next step.

    You also need to think about stock replenishment. What happens when new stock arrives - you don't appear to have allowed for that.

    I hope this helps, please let me know!

    Regards,

    David


    - Please click on the *Add Reputation button at the bottom of helpful responses.

    Please mark your thread as SOLVED:
    - Click Thread Tools above your first post, select "Mark your thread as Solved".


  3. #3
    Registered User
    Join Date
    07-26-2016
    Location
    California
    MS-Off Ver
    2013
    Posts
    8
    Quote Originally Posted by David A Coop View Post
    Welcome to the forum jgarcia79,

    I assume you want to use the Issued column (Col G) in your table on the first sheet, then adjust your Total column so that you are showing the Net result of your stock held less the stock issued.

    The immediate problem is that your Master Inventory includes a description (egRed or Orange, Grey. This is not shown on the issued sheet. Therefore, you can't complete what you want.

    I think you need to give that some thought before we take the next step.

    You also need to think about stock replenishment. What happens when new stock arrives - you don't appear to have allowed for that.

    I hope this helps, please let me know!

    Regards,

    David


    - Please click on the *Add Reputation button at the bottom of helpful responses.

    Please mark your thread as SOLVED:
    - Click Thread Tools above your first post, select "Mark your thread as Solved".

    David, thanks for the reply. You are correct about what I am trying to achieve here. Issued stock on the item
    Issued sheet would automatically subtract from the current inventory and provide current levels. Would adding the description column to the issued sheet solve the problem? If so, I don't have an issue adding it. I wasn't super concerned about tracking stock replenishment, as if I just used or changed the boxes, loose, etc manually as it changed. If it makes doing this easier, then again I don't have a problem adding it.
    Last edited by jgarcia79; 07-26-2016 at 03:52 AM.

  4. #4
    Registered User
    Join Date
    07-26-2016
    Location
    California
    MS-Off Ver
    2013
    Posts
    8

    Re: Formula/VLookup to calculate Running total of Master Inventory Sheet

    Do both sheet formats need to be the same in order to use the Lookup? Would combining the Item and Description into one column make it easier for this to accomplish?
    Last edited by jgarcia79; 07-26-2016 at 12:24 PM.

  5. #5
    Registered User
    Join Date
    07-26-2016
    Location
    California
    MS-Off Ver
    2013
    Posts
    8

    Re: Formula/VLookup to calculate Running total of Master Inventory Sheet

    Any thoughts on this or a similar solution would be appreciated.

  6. #6
    Forum Expert
    Join Date
    11-26-2013
    Location
    Colac, Victoria, Australia
    MS-Off Ver
    Excel 2016
    Posts
    1,309

    Re: Formula/VLookup to calculate Running total of Master Inventory Sheet

    Hello jgarcia,

    I have played around a little!

    On the Master sheet, I have added a column (K) which combines the first three columns. This list has been named Items and this list is used for the drop down box on the Items Issued sheet. This way, you are able to pick the color etc. you want.

    I changed the formula in the Total column (H) so that it includes those issued. (Issued numbers come across as negative values).

    I have used the SUMIFS() formula in the [I]Issued /I] column, because I assume it is possible to issue the same product more than once. VLOOKUP type formula will only find the first issue, so will not work.

    On the Items Issued sheet, I added a column for Stock Held. This will turn RED (as will the QTY column if you try to issue more units than you have.

    I hope this helps, please let me know!

    Regards,

    David


    - Please click on the *Add Reputation button at the bottom of helpful responses.

    Please mark your thread as SOLVED:
    - Click Thread Tools above your first post, select "Mark your thread as Solved".

    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    07-26-2016
    Location
    California
    MS-Off Ver
    2013
    Posts
    8

    Re: Formula/VLookup to calculate Running total of Master Inventory Sheet

    David, this is spot on what i was looking for. I can't thank you enough. Last question. The column you added, should i just replace the item and description columns i have and use that. That way all i would need to to would be to change the cell references for the drop down menu on the items issued page? I like the way you did it better than the way i have have it setup. I currently just hid the extra columns for formatting issues,but other than that it is great.

  8. #8
    Forum Expert
    Join Date
    11-26-2013
    Location
    Colac, Victoria, Australia
    MS-Off Ver
    Excel 2016
    Posts
    1,309

    Re: Formula/VLookup to calculate Running total of Master Inventory Sheet

    That would probably work. I assume you are suggesting making column C be a combination of Item Name and Description.

    One thing to be aware of is you will need to ensure that you don't have blank cells. (Just put a space in them). The reason for this is to prevent the dropdown box starting in the middle of the list (where is finds the first space at row 90).

    Regards

    David

+ 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. Running inventory total formula that updates automatically
    By missjade in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-13-2016, 05:09 PM
  2. Inventory and stock sheet running total calculation
    By vivek_vx in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-16-2013, 06:56 AM
  3. formula to calculate inventory, vlookup?
    By brianlg in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 07-23-2013, 08:35 AM
  4. running total formula for inventory
    By crusher949 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 05-02-2013, 02:02 AM
  5. Useform text box to calculate running total with vlookup?
    By kasperblue in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-25-2013, 10:34 AM
  6. Inventory - Running Total Formula
    By rivertech233 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 08-14-2012, 12:30 AM
  7. running total formula for inventory
    By trace1287 in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 08-06-2009, 06:20 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