+ Reply to Thread
Results 1 to 5 of 5

divides the amount of an item by how much i have across all 6 groups

  1. #1
    Registered User
    Join Date
    06-17-2007
    Posts
    7

    divides the amount of an item by how much i have across all 6 groups

    I have been using excel for awhile but i have a formula that I know can be created but i cant figure it out. I have 6 groups of data i am working with. Each group has 2 sets of number. The amount of an item that i need and how much i have. I want to create a formula that divides the amount of an item by how much i have across all 6 groups. If the item i am working on needs something from all 6 groups it will tell me if i can make the item for all of it. I didn't explain well so let me put an example down
    Item 1 Item 2 Item 3
    Item Need/Have Need/Have Need/Have Max number produced
    Product 2 10 8 16 5 0 0


    If anyone can help me with the formula i need for the max number produced with up to 6 sets of data i would apprieciate it

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    Can you put up a small sample file showing some data and the expected result from that data....


    rylo

  3. #3
    Registered User
    Join Date
    06-17-2007
    Posts
    7

    Example

    Here is an example of what im looking to do, Im also using excel 2003
    Note: I would like the amount that can be created area to be rounded down.
    Attached Files Attached Files
    Last edited by Jmesser; 06-18-2007 at 01:00 AM.

  4. #4
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    HI

    This seems incredibly cumbersome but does it give you the correct result?

    T2: =floor(MIN(IF(C2,D2/C2,MAX(A2:S2)),IF(F2,G2/F2,MAX(A2:S2)),IF(I2,J2/I2,MAX(A2:S2)),IF(L2,M2/L2,MAX(A2:S2)),IF(O2,P2/O2,MAX(A2:S2)),IF(R2,S2/R2,MAX(A2:S2))),1)


    rylo
    Last edited by rylo; 06-18-2007 at 01:57 AM.

  5. #5
    Registered User
    Join Date
    06-17-2007
    Posts
    7

    Thank you

    Seems to work beautifully. thank you

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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