Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Rounding to case quantities

I'm working with an order form and need a formula that converts an "each"
qty. to a case qty. For example - I need 55 each of an item but can only
order in cases of 24 each.

D21=24 (case qty.)
F21=55 (qty needed)
G21= formula = total each to order based on case qty. (should be 72 each in
this example)

Hope this is clear.


--
Thanks,
Carelle
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,393
Default Rounding to case quantities

=ROUNDUP(F21/D21,0)*D21
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"Carelle" wrote in message
...
I'm working with an order form and need a formula that converts an "each"
qty. to a case qty. For example - I need 55 each of an item but can only
order in cases of 24 each.

D21=24 (case qty.)
F21=55 (qty needed)
G21= formula = total each to order based on case qty. (should be 72 each
in
this example)

Hope this is clear.


--
Thanks,
Carelle



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Rounding to case quantities

You just saved me hundreds of hours - thank you so much!
--
Thanks,
Carelle


"Bernard Liengme" wrote:

=ROUNDUP(F21/D21,0)*D21
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"Carelle" wrote in message
...
I'm working with an order form and need a formula that converts an "each"
qty. to a case qty. For example - I need 55 each of an item but can only
order in cases of 24 each.

D21=24 (case qty.)
F21=55 (qty needed)
G21= formula = total each to order based on case qty. (should be 72 each
in
this example)

Hope this is clear.


--
Thanks,
Carelle




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 364
Default Rounding to case quantities

"Carelle" wrote in message
...
I'm working with an order form and need a formula that converts an "each"
qty. to a case qty. For example - I need 55 each of an item but can only
order in cases of 24 each.

D21=24 (case qty.)
F21=55 (qty needed)
G21= formula = total each to order based on case qty. (should be 72 each
in
this example)

Hope this is clear.


--
Thanks,
Carelle


=ROUNDUP(F21/D21,0)*D21


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
How to change mixed case to upper case in Excel for all cells WordAlone Network Excel Discussion (Misc queries) 7 May 30th 07 05:53 AM
Rounding up results to meet minimum order quantities. Vin C. Excel Worksheet Functions 2 February 7th 06 06:38 PM
Change the text from lower case to upper case in an Excel work boo dave01968 Excel Discussion (Misc queries) 2 December 9th 05 09:09 AM
How do I change a column in Excel from upper case to lower case? Debbie Kennedy Excel Worksheet Functions 3 May 2nd 05 06:57 PM
How to use formula auditing to change upper case to Title Case. ScoobeyDoo Excel Worksheet Functions 1 November 19th 04 06:26 PM


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

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"