Dimension calculation

Lyn Radnell

New Member
Joined
Sep 4, 2011
Messages
7
Hello,

I am wondering if someone can help me. I am not that familiar with Excel

I have a Dimension of a product that I need to calculate how many of that product fit into a box

ie.
how many 32.5x55x119mm fit into 165x85x198mm

appreciate any help on the formula I need as I have quite a few calculations to do.
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Hello Lyn. There are youtube videos on it,, but I have cobbled together the spreadsheet below, which does the job.
Book1
TUV
1cartonpiece
2length16532.5
3width8555
4height198119
5
6
7length/length5.076923
8width/width1.545455
9height/height1.663866
10
11how many13
Sheet1
Cell Formulas
RangeFormula
U7U7=cartlen/piecelen
U8U8=cartwid/piecewid
U9U9=cartht/pieceht
U11U11=INT(U7*U8*U9)
Named Ranges
NameRefers ToCells
cartht=Sheet1!$U$4U9
cartlen=Sheet1!$U$2U7
cartwid=Sheet1!$U$3U8
pieceht=Sheet1!$V$4U9
piecelen=Sheet1!$V$2U7
piecewid=Sheet1!$V$3U8
 
Upvote 0
But please note, it may be possible to get more in by changing the orientation of some of them - the maths is much more complicated but there are youtube videos - its called a knapsack problem or a bin packing problem.
 
Upvote 0

Forum statistics

Threads
1,214,985
Messages
6,122,605
Members
449,089
Latest member
Motoracer88

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top