Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
logistics learner
 
Posts: n/a
Default Excel funtion to find how many boxes in larger container

I would like to know if there is a funtion in Excel to find out how many
containers, with determined measures, would fit in a larger container with
specific measures too? or simply, How many little boxes in a bigger box?

Any suggestions or option would be appreciated.

Thx.
  #2   Report Post  
Gord Dibben
 
Posts: n/a
Default

A1 contains the cubic size of one little box.

A2 contains the cubic size of large box.

A3 contains the formula =A2/A1

Gord Dibben Excel MVP

On Mon, 20 Dec 2004 08:31:06 -0800, "logistics learner" <logistics
wrote:

I would like to know if there is a funtion in Excel to find out how many
containers, with determined measures, would fit in a larger container with
specific measures too? or simply, How many little boxes in a bigger box?

Any suggestions or option would be appreciated.

Thx.


  #3   Report Post  
 
Posts: n/a
Default

Gord Dibben wrote:
A1 contains the cubic size of one little box.

A2 contains the cubic size of large box.

A3 contains the formula =A2/A1


So that means a 3x3x3 container should be able to hold at least two
2x2x2 boxes. Care to enlighten us how that's possible? After doing
that, continue to enighten us with how one packs 3 2x2x2 boxes into a
24x1x1 container.

Worst case, with container width, height and length denoted Cw, Ch and
Cl, respectively, and box width, height and length denoted Bw, Bh and
Bl, the container can hold only

INT(Cw/Bw)*INT(Ch/Bh)*INT(Cl/Bl)

boxes. Nonuniform orientation of noncube boxes within the container may
allow more than this number of boxes to fit in the container, but I
doubt anyone could pack the necessary logic into a single cell formula
to calculate that.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? Richard Excel Discussion (Misc queries) 2 May 13th 23 11:46 AM
Excel has a "Find Next" command but no "Find Previous" command. Michael Fitzpatrick Excel Discussion (Misc queries) 2 January 10th 05 11:45 PM
macro to Find Replace in Excel Nurddin Excel Discussion (Misc queries) 7 January 3rd 05 04:29 AM
How do I find an asterisk * in an excel worksheet utilizing the f. N Harkawat Excel Worksheet Functions 1 December 7th 04 06:55 PM
boolean find criteria in Excel davista00 Excel Discussion (Misc queries) 1 December 1st 04 03:45 PM


All times are GMT +1. The time now is 10:27 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"