+ Reply to Thread
Results 1 to 2 of 2

Need Help Making Inventory Related Table

Hybrid View

  1. #1
    Registered User
    Join Date
    09-30-2016
    Location
    Detroit, Michigan
    MS-Off Ver
    2007
    Posts
    1

    Post Need Help Making Inventory Related Table

    To get straight to the point, I need help making a table where I can input the amount of materials I have and it then calculating how much of a particular product I can make with that. So for example. if it takes 4 of material A, 4 of material B, and 2 of material C to make one product, how can I set it up to where I can input how much of each material I currently have and it then telling me how much total product I can make?

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.92 (24120731))
    Posts
    9,108

    Re: Need Help Making Inventory Related Table

    you couild just use Min of the three numbers divided by the Factors
    and take the integer of the lowest divided amount

    so if you have in a fixed cell the amount needed
    Product A = 4 in cell A1
    Product B = 4 in cell A2
    Product C = 2 in cell A3

    And you input the amounts you have in B1,B2,B3 for each product

    then
    =INT(MIN( B1/A1, B2/A2, B3/A3))

    there maybe a better way to get the lowest divisible amount - using MOD or something
    but off the top of my head
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

+ 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. Inventory Related Help
    By vennum6 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-21-2016, 01:06 AM
  2. Chemical Inventory: Making expired sheet from below
    By gdclyde in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-29-2016, 10:32 AM
  3. [SOLVED] Need Help with making Inventory Sheet: Removing items and logging the date
    By petg in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 09-02-2015, 05:22 PM
  4. Amortization Table related to IF statement and some
    By sumrandumgi in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-04-2013, 09:09 PM
  5. [SOLVED] Looking up related values from a table
    By Steve113 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-31-2013, 11:29 PM
  6. Extracting data from table for related table
    By ikavdiya in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 06-05-2013, 03:20 PM
  7. [SOLVED] Filter main table by data contained in related table.
    By Dooey123 in forum Access Tables & Databases
    Replies: 8
    Last Post: 09-08-2012, 08:23 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