+ Reply to Thread
Results 1 to 3 of 3

Searching for the biggest packsize

Hybrid View

  1. #1
    Registered User
    Join Date
    03-25-2015
    Location
    Chester, England
    MS-Off Ver
    MS Office 365
    Posts
    3

    Searching for the biggest packsize

    Hi,

    I need some help to find the way of converting the quantity of the material into pack sizes.

    So, in the warehouse you have different pack sizes for different products. Let's say our product XYZ has got 3 different pack sizes we can sell to the customer: 1 each (EA), 1 pack of 10 (PAC) and 1 box of 50 (BOX). And let's say the customer ordered the quantity 132. I need Excel to convert 132 into how many packs we need to process in the warehouse to prepare customer's order.

    To pick 132 of XYZ I'd have to get 2 boxes of 50, then 3 packs of 10 and then 2 single each's so IN TOTAL I'D NEED TO PROCESS 7 PACKS (2x50, 3x10, 2x1).

    So I need a formula to convert the quantity into pack sizes, could any help with that ? Thanks

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Searching for the biggest packsize

    I find it hard to explain, so see the formula in the attached sheet.

    The result is in the green cells.
    Attached Files Attached Files
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Searching for the biggest packsize

    To do it with 1 formula.

    =INT(132/50)&" x BOX, "&INT(MOD(132,50)/10)&" x PAC, "&MOD(132,10)&" x EA"

    I've used your example quantities, 132, 50 and 10 can be substituted with cell references as needed.

+ 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. Help Me to find biggest value
    By deepanc in forum Excel General
    Replies: 4
    Last Post: 01-22-2013, 12:15 PM
  2. [SOLVED] Nth biggest daily value
    By harvy84 in forum Excel Charting & Pivots
    Replies: 6
    Last Post: 01-12-2013, 09:08 AM
  3. Biggest values
    By Cadmium in forum Excel General
    Replies: 2
    Last Post: 06-18-2009, 03:17 AM
  4. What is the biggest difference?
    By Siberian in forum Excel General
    Replies: 7
    Last Post: 03-09-2009, 02:20 AM
  5. Returning the biggest value
    By magneticgravity in forum Excel General
    Replies: 3
    Last Post: 12-10-2007, 04:02 PM
  6. Biggest value from B:B with Name from A:A
    By Handyy in forum Excel General
    Replies: 2
    Last Post: 07-21-2006, 03:45 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