PC Review


Reply
Thread Tools Rate Thread

How to Determine group of numbers best fit into 1 number

 
 
RickB
Guest
Posts: n/a
 
      12th Sep 2008
I am trying to determine the following:

I have 3 sizes of product I need to cut from different width sheets of
aluminum. (the lenght is all the same so length is not needed in formula).

Blank size width:

10 inches
15 inches
20 inches

Available aluminum Sheet widths:

36 inches
48 inches
60 inches

What I want to determine is when I put in width sizes the program would
automatically figure the quantity of the optimal size sheets to use in order
to cut down on waste since aluminum is expensive. The width size of the
blanks will vary from job to job. The available aluminum sheet widths are
always the sizes I have above.
 
Reply With Quote
 
 
 
 
John_John
Guest
Posts: n/a
 
      12th Sep 2008
Hi!

You can do something like the example above:

A1 = "Blank width"

B1 = "Available sheet widths"
B2 = 36
B3 = 48
B4 = 60

C1 = "Waste"
C2 = "=MOD(B2;$A$2)"
C3 = "=MOD(B3;$A$2)"
C4 = "=MOD(B4;$A$2)"

D1 = "Quantity"
D2 = "=INT(B2/$A$2)"
D3 = "=INT(B3/$A$2)"
D4 = "=INT(B4/$A$2)"

Formula for the conditional formatting of "B24".
"=$C2=MIN($C$2:$C$3;$C2)"

Select the pattern you want for the conditional formatting.

Type in cell A2 the width of the blank sheets.

(Substitute the ";" character of formulas if it needs.)

I hope it helps.


Ο χρήστης "RickB" *γγραψε:

> I am trying to determine the following:
>
> I have 3 sizes of product I need to cut from different width sheets of
> aluminum. (the lenght is all the same so length is not needed in formula).
>
> Blank size width:
>
> 10 inches
> 15 inches
> 20 inches
>
> Available aluminum Sheet widths:
>
> 36 inches
> 48 inches
> 60 inches
>
> What I want to determine is when I put in width sizes the program would
> automatically figure the quantity of the optimal size sheets to use in order
> to cut down on waste since aluminum is expensive. The width size of the
> blanks will vary from job to job. The available aluminum sheet widths are
> always the sizes I have above.

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Count every group of numbers whose sum is zero & put formula next toeach number al Microsoft Excel Worksheet Functions 7 17th Mar 2009 01:19 PM
Count every group of numbers whose sum is zero & put number next toeach number al Microsoft Excel Programming 6 17th Mar 2009 10:13 AM
Determine the closest numbers to a specified number =?Utf-8?B?TWlrZQ==?= Microsoft Dot NET Framework 2 16th Nov 2007 07:53 AM
How do I select a number from a specific group of numbers? motol Microsoft Excel Worksheet Functions 2 24th Aug 2006 05:52 AM
Determine frequency (number of times) numbers appear in each cell. =?Utf-8?B?S2VuS21hbg==?= Microsoft Excel Worksheet Functions 1 1st Oct 2004 03:43 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:48 PM.