+ Reply to Thread
Results 1 to 3 of 3

Automated inventory counter via tables

  1. #1
    Registered User
    Join Date
    11-04-2014
    Location
    Poland
    MS-Off Ver
    2013
    Posts
    2

    Automated inventory counter via tables

    Looking to create an automated inventory counter using tables.

    The idea is:

    There is a beginning inventory state. There are sales and items that are 'given-out' (not charged for).
    The inventory counter adds up all the sold and given-out items, removes them from the beginning state, giving the result of current inventory.

    What I can't manage to do is have the counter "know" that the cell in 'sold' or 'given-out' is to be removed from the beginning inventory by the NAME of the product.

    I need something that I can update constantly in the sold and given-out tables because I will be adding to them regularly.

    Thanks for any tips, the file is in the attachment.

    P.S. Dont laugh at the procuts, you know what they are..
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    06-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    1,673

    Re: Automated inventory counter via tables

    Not sure where you want to track your inventory. Specifically, how do you add new inventory? I'll provide a possible solution, but I'm thinking you will need to adjust it, so hopefully it helps you get started.

    In G3:
    =SUMIF(Table1[Produkt],[@Produkt],Table1[Sztuki])-SUMIF(Table4[Produkt],[@Produkt],Table4[Sztuki])-SUMIF(Table46[Produkt],[@Produkt],Table46[Sztuki])

    That should then autopopulate the rest of the table.
    Pauley
    --------
    If I helped with your issue, I'd appreciate a rep bump (hit the '*' icon to the bottom left of this post).

  3. #3
    Registered User
    Join Date
    11-04-2014
    Location
    Poland
    MS-Off Ver
    2013
    Posts
    2

    Re: Automated inventory counter via tables

    Thanks Pauleyb, that was exactly what I needed! Problem solved.

+ 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. Automated tables
    By nishishka in forum Excel General
    Replies: 5
    Last Post: 06-19-2014, 12:23 AM
  2. Basic Inventory Counter
    By soundguybob in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-12-2013, 09:52 PM
  3. Replies: 3
    Last Post: 07-22-2013, 10:00 AM
  4. Automated Counter Service Sheet
    By Kumara_faith in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 10-08-2009, 09:02 AM
  5. Automated Counter + 24 hour Time Difference.
    By all4excel in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-27-2008, 02:15 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