Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave
 
Posts: n/a
Default Rounding to a specific value (up or down)

Hi,

I'm trying to create a formula based on a minium order qty (MOQ)

for example cell a1 would have the MOQ figure, b1 would have an opening
stock figure, c1, d1, & e1 would have forecast figures.

I would like it to calculate an order figure based on the 3 forecasts, minus
the current stock holding and rounding it based on the moq

Hope thats clear !!!!!

Thanks very much in advance

Dave
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Coderre
 
Posts: n/a
Default Rounding to a specific value (up or down)

Try something like this:

Whe
A1: (MOQ)
B1: (Stock on hand)
C1: (Forecast 1)
D1: (Forecast 2)
E1: (Forecast 3)
F1: =IF((SUM(C1:E1)-B1)0,CEILING(SUM(C1:E1)-B1,A1),0)

Effectively, that formula determines if Stock-on-hand less forecast demand
is greater than zero, than reorder in MOQ increments to cover the demand.

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"Dave" wrote:

Hi,

I'm trying to create a formula based on a minium order qty (MOQ)

for example cell a1 would have the MOQ figure, b1 would have an opening
stock figure, c1, d1, & e1 would have forecast figures.

I would like it to calculate an order figure based on the 3 forecasts, minus
the current stock holding and rounding it based on the moq

Hope thats clear !!!!!

Thanks very much in advance

Dave

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Tim C
 
Posts: n/a
Default Rounding to a specific value (up or down)

Dave,

No, not completely clear. But I think MROUND may be what you are looking
for. As in:

=MROUND(yourforcastformula,A1)

Tim C

"Dave" wrote in message
...
Hi,

I'm trying to create a formula based on a minium order qty (MOQ)

for example cell a1 would have the MOQ figure, b1 would have an opening
stock figure, c1, d1, & e1 would have forecast figures.

I would like it to calculate an order figure based on the 3 forecasts,
minus
the current stock holding and rounding it based on the moq

Hope thats clear !!!!!

Thanks very much in advance

Dave



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Coderre
 
Posts: n/a
Default Rounding to a specific value (up or down)

Actually, this shorter version works:

F1: =CEILING(MAX(SUM(C1:E1)-B1,0),A1)

***********
Regards,
Ron

XL2002, WinXP-Pro


"Ron Coderre" wrote:

Try something like this:

Whe
A1: (MOQ)
B1: (Stock on hand)
C1: (Forecast 1)
D1: (Forecast 2)
E1: (Forecast 3)
F1: =IF((SUM(C1:E1)-B1)0,CEILING(SUM(C1:E1)-B1,A1),0)

Effectively, that formula determines if Stock-on-hand less forecast demand
is greater than zero, than reorder in MOQ increments to cover the demand.

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"Dave" wrote:

Hi,

I'm trying to create a formula based on a minium order qty (MOQ)

for example cell a1 would have the MOQ figure, b1 would have an opening
stock figure, c1, d1, & e1 would have forecast figures.

I would like it to calculate an order figure based on the 3 forecasts, minus
the current stock holding and rounding it based on the moq

Hope thats clear !!!!!

Thanks very much in advance

Dave

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
Highlight a row if a specific cell is specific numbers/words sea0221 Excel Worksheet Functions 2 March 9th 05 12:06 AM
rounding to a specific number Roland Excel Worksheet Functions 0 January 25th 05 03:55 AM
How do I make a cell date specific to input a value on a specific. ebuzz13 Excel Discussion (Misc queries) 1 January 18th 05 05:53 PM
specific rounding of formulas which may need to include an IF stat Gerry Wilkins Excel Worksheet Functions 2 January 5th 05 04:11 AM
Hyperlink to specific sheet in Excel Web File jd17 Links and Linking in Excel 0 December 8th 04 09:03 PM


All times are GMT +1. The time now is 09:56 PM.

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"