+ Reply to Thread
Results 1 to 9 of 9

A formula to calculate the number of pallets for an order based on cubage

  1. #1
    Registered User
    Join Date
    02-15-2022
    Location
    Brighton, England
    MS-Off Ver
    10
    Posts
    3

    A formula to calculate the number of pallets for an order based on cubage

    Hi everyone,

    I'm trying to make an excel sheet that allows me to calculate the number of pallets from a list of box dims.

    So for example I enter the outer box dims in CM from the cartons on an order we are going to palletize I would then input the max pallet height as for example “1.8“ and excel would then calculate the number of pallets the order would approximately use but still display it as "X Pallets".

    I do have a very basic understanding of excel so any help would be appreciated

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,531

    Re: A formula to calculate the number of pallets for an order based on cubage

    See reply here: same problem (reply from Mr Shorty) ... no easy solution.


    https://www.excelforum.com/excel-gen...ghlight=Pallet
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2406 (Windows 11 23H2 64-bit)
    Posts
    82,791

    Re: A formula to calculate the number of pallets for an order based on cubage

    Administrative Note:

    Members will tailor the solutions they offer to the version (NOT release number) of Office (Excel, NOT Windows) that you have. Please check that your forum profile is up-to-date in this respect. If you aren't sure, in Excel go to File | Account and report what it says below the MS logo at the top of that page. If your version is for Mac, please also state this. Thanks.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  4. #4
    Registered User
    Join Date
    02-15-2022
    Location
    Brighton, England
    MS-Off Ver
    10
    Posts
    3

    Re: A formula to calculate the number of pallets for an order based on cubage

    Sorry maybe I over complicated it.
    In one cell I have a formula calculating the CBM of an order from the products outer carton.
    In table of data I have; the text I would like to be displayed (in this instance "1 Pallet" thru to "40 Pallets", in the next column over I have the corresponding CBM for the number of pallets at a set height.
    What I'd like to do is have excel take the value from the cell with the order CBM calculation in it, approximately match it to the list and then display the corresponding text.

    Hope that helps,
    Thanks

  5. #5
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,926

    Re: A formula to calculate the number of pallets for an order based on cubage

    What I'd like to do is have excel take the value from the cell with the order CBM calculation in it, approximately match it to the list and then display the corresponding text.
    that sounds like a simple lookup function (VLOOKUP() is a common starting place for Excel's lookup functions: https://www.ablebits.com/office-addi...ximate-vlookup Since, as you indicate, I expect you will want an "approximate match" algorithm be sure to study those examples so you understand how the approximate match algorithm works.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  6. #6
    Registered User
    Join Date
    02-15-2022
    Location
    Brighton, England
    MS-Off Ver
    10
    Posts
    3

    Re: A formula to calculate the number of pallets for an order based on cubage

    Thank you for your reply MrShorty, if I'm completely honest I still couldn't make it work so assumed that either I was barking up the wrong tree or its just not possible to do what I intended due to the mentioned knapsack problem.

    I did however find another way of doing this but slightly differently so I do have another question, if that's okay.

    This new file takes the dims of the outer cartons of the ordered, items works out the cubage of the items individually, times' the total cubage by the ordered quantity, works out the total cubage and then devides that by the cubage of a std plt at a set height and then rounds the number to produce a rough number of pallets or boxes. My question is: would this work? Does it make sense?

    Thank you

  7. #7
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,926

    Re: A formula to calculate the number of pallets for an order based on cubage

    Does it make sense -- yes, as long as the goal is to get and approximate number of pallets, total cubage/cubage per pallet, should give an approximate (or minimum, I'm not sure) number of pallets required. This simple relationship assumes no wasted cubage -- that you can effectively pack the boxes onto each pallet so that the pallet is completely full -- which is why I think it will return a minimum number of pallets. You would probably have to try it with your actual box dimensions and see how closely it approximates the actual number of pallets. In the end, that might still mean actually solving the packing problem (or finding a routine or non-Excel app that can solve it).

  8. #8
    Forum Expert
    Join Date
    01-05-2013
    Location
    Singapore
    MS-Off Ver
    H&B2016 & H&B2021
    Posts
    3,139

    Re: A formula to calculate the number of pallets for an order based on cubage

    Total cubage/cubage per pallet*(1+10%), add 10% as a buffer, that's what we normally do.

  9. #9
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2406 (Windows 11 23H2 64-bit)
    Posts
    82,791

    Re: A formula to calculate the number of pallets for an order based on cubage

    @ Blxxdline_

    Pleae see post #3 and update your forum profile NOW. Thanks.

+ 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. Full pallets and part pallets count
    By aus_suri in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-11-2018, 08:21 AM
  2. Replies: 1
    Last Post: 01-23-2016, 10:03 PM
  3. Replies: 3
    Last Post: 03-03-2015, 03:01 PM
  4. Formula to calculate % based on a number & text in cells
    By Skyboy88 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-15-2014, 07:02 AM
  5. [SOLVED] If Function to calculate pallets in stock from value in one cell
    By KazzICC in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 05-04-2014, 10:59 PM
  6. Replies: 1
    Last Post: 07-18-2013, 10:11 AM
  7. Calculating Number of Pallets
    By RobP614 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-05-2013, 09:50 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