+ Reply to Thread
Results 1 to 6 of 6

Inventory Database

  1. #1
    Registered User
    Join Date
    07-02-2013
    Location
    Ohio
    MS-Off Ver
    Excel 2010
    Posts
    22

    Inventory Database

    I need help thinking out the best way to setup a new inventory system. I would like it to be easy for everyone to use. First thought was Access but I need to take a course or two to figure out how to use it again. I am good at excel, but I am having problems with this one.

    We have 100+ clients. Each client has inventory in our warehouse. Every day we write down how many items went out to our client on a piece of paper and subtract that number to get a balance inventory. When we run low, we order more on a new FO number. What is the best approach for tracking this? I was thinking one way is to put our clients in a drop box at the top of the page and then the data will appear at the bottom, however I can't get that to work. I am trying filters to see if that helps, but I am unable to subtract the balance automatically from the last FO# and from the correct area.


    Is there a way to choose a client and product at the top of the page and have the tracking below? Anyone have examples of how I should do this?

    Thanks for helping and pointing me in the right direction. Attached is a copy of what I am talking about.
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    08-24-2012
    Location
    Schiedam, holland
    MS-Off Ver
    Excel 2003-2013
    Posts
    38

    Re: Inventory Database

    Please confirm if this is what you want. If you need further explanation, do not hesitate to contact me.
    Attached Files Attached Files

  3. #3
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,169

    Re: Inventory Database

    Hi ktkreeper,

    Find attached an example of how I'd do this problem. I'd first put all the transaction amounts in a single column. PLUS if they were coming in and MINUS if they were being shipped out. Then I'd do a Dynamic Named Range of the continuing data. Look in the Names Manager for a DNR of Customers (I think). This range will grow based on how many rows of data you have. Then base a pivot table off this range and update it whenever anything changes. See the very small amount of VBA code behind sheet1. All this gives an updated Pivot if/when anything changes on the inventory sheet.

    See the attached for my example.
    Attached Files Attached Files
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  4. #4
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Inventory Database

    I would treat this like a "Bank Book" where you have "Credits" and "Debits".

    The balance can be combined with a table of minimums or Order Points to replenish the stock on hand. This would be done by using the balance for each product as the lookup value against the Order Point table. This can be done like the Bakery example.
    Attached Files Attached Files
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  5. #5
    Registered User
    Join Date
    07-02-2013
    Location
    Ohio
    MS-Off Ver
    Excel 2010
    Posts
    22

    Re: Inventory Database

    Thanks for the help shadrack, marvinp, and newdoverman. All of your examples were great and helped me move along in this process. I found another thread that explains what I am looking to do, however I am using a Data Table and I'm unable to make this happen. I'm getting errors because I'm using the table name and references instead of the ($A4). Here is the thread FIFO Inventory Method

    I like what shadrack provided and marvinp, I feel like this will allow me to have a combination of both what you said plus the new thread idea of FiFo. I just need help on the formula. Attached is my updated sheet that shadrack provided with updated data.

    Thanks for the help.
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    07-02-2013
    Location
    Ohio
    MS-Off Ver
    Excel 2010
    Posts
    22

    Re: Inventory Database

    This is my formula, but I'm getting an error with the DataTables highlighted in red below.

    if($E4>$G$1,0,MIN(N($F4),max(0,SUMPRODUCT( --($B$4:$B4=$B4)*(E$4:$E4<=$G$1),(F$4:F4))-SUMPRODUCT( ( 'Data Entry'!(DataEntry[Item]=$B5)*( 'Data Entry'!(DataEntry[Date]>=$E4)*('Data Entry'!(DataEntry[Date]<=$G$1)*'Data Entry'!(DataEntry[QTY Shipped]))))

+ 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] Searching a database and listing inventory on another sheet
    By oneillgirl808 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-05-2013, 04:11 PM
  2. Replies: 6
    Last Post: 12-12-2010, 12:34 AM
  3. Inventory database lookup
    By bits1 in forum Excel General
    Replies: 5
    Last Post: 08-21-2010, 06:08 PM
  4. Pivot Table for Inventory Database
    By ridgerunner in forum Excel General
    Replies: 2
    Last Post: 03-22-2005, 11:07 PM
  5. Help with Excel Inventory Database
    By ridgerunner in forum Excel General
    Replies: 5
    Last Post: 03-07-2005, 09:06 AM

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