Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9
Default need result of formula to compare itself to another number andincrease if needed.

I am making a worksheet that will determine the amount of material I
need to buy. Here is the scenario:
I buy the material in stripsthat are 120" long. I can cut out so many
pieces from each strip, which varies from part to part. The material
is steel. I have a cell that allows the user to put in the number of
parts they want to make. Let's say it is 1,000 pcs. The worksheet will
take the number of pieces per sheet and divide the user entry (1,000
pcs) by that number. If the result is less than the 1,000 pcs. due to
a remainder, how can I instruct it to add another strip or more until
the result excedes the user entry and is as close to the entry number
as possible. I cannot be under the user entered amount or I will have
shorted my customer due to not having enough material.

Thank you,

Rudy
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,696
Default need result of formula to compare itself to another number and inc

Sounds like what you're wanting is ROUNDUP().

And I assume you have something that says part # x = y per strip.

So 1000 pieces would be 1000x

1000x/y = # of strips. Roundup(1000x/y,0) will give total number od strips
needed for 1000 pieces.

"rudyeb" wrote:

I am making a worksheet that will determine the amount of material I
need to buy. Here is the scenario:
I buy the material in stripsthat are 120" long. I can cut out so many
pieces from each strip, which varies from part to part. The material
is steel. I have a cell that allows the user to put in the number of
parts they want to make. Let's say it is 1,000 pcs. The worksheet will
take the number of pieces per sheet and divide the user entry (1,000
pcs) by that number. If the result is less than the 1,000 pcs. due to
a remainder, how can I instruct it to add another strip or more until
the result excedes the user entry and is as close to the entry number
as possible. I cannot be under the user entered amount or I will have
shorted my customer due to not having enough material.

Thank you,

Rudy

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
Formula Needed to Compare Dates and return a running total Cmonroe Excel Worksheet Functions 3 June 8th 06 08:54 PM
Compare one Column to a Second Column Formula Help Needed jeffc Excel Worksheet Functions 1 April 13th 06 03:23 PM
Formula needed to compare columns VP New Users to Excel 2 September 8th 05 09:00 AM
Is it possible to change the "result of a formula" to a "number? Renee R. Excel Discussion (Misc queries) 1 February 8th 05 02:36 PM
Is it possible to change the "result of a formula" to a "number? Renee R. Excel Discussion (Misc queries) 0 February 8th 05 02:27 PM


All times are GMT +1. The time now is 02:36 AM.

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

About Us

"It's about Microsoft Excel"