Results 1 to 6 of 6

Max value based on multiple variables

Threaded View

  1. #1
    Registered User
    Join Date
    07-05-2006
    Posts
    59

    Max value based on multiple variables

    Basically what I have is something like this:

    A	B	C
    x	50	1
    x	100	1
    x	75	1
    z	50	1
    z	100	1
    z	150	2
    z	25	2
    Column A = Various part numbers
    Column B = Quantities per each
    Column C = Size of the container being used






    What I am looking to do is this:

    A	B	C	D
    x	50	1	100
    x	100	1	100
    x	75	1	100
    z	50	1	100
    z	100	1	100
    z	150	2	150
    z	25	2	150
    Column A = Various part numbers
    Column B = Quantities per each
    Column C = Size of the container being used
    Column D = The max quantity per part number per each unique container size.


    Will a formula complete this task or do I need to go the route of a macro?
    Last edited by Kaziglu Bey; 07-28-2009 at 11:15 AM.

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