Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 93
Default How do I incorporate a formula to calculate many months releases?

I am trying to level load a shop floor. I am trying to take a certain number
of hours and spread it over 2 months on up to 5 months and spreading it into
several different buckets.

For instance:

Total hours = 160. My formula needs to say something like; If the hours are
less than 100 take 10% and put in in the ship bucket and spread the other
hours 40% to the immediate following month and 50% in the next month.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,696
Default How do I incorporate a formula to calculate many months releases?

May need more details on this. What determines if it's 2, 3, 4 or 5 months?

Do you have # of hours for each month available?

"soconfused" wrote:

I am trying to level load a shop floor. I am trying to take a certain number
of hours and spread it over 2 months on up to 5 months and spreading it into
several different buckets.

For instance:

Total hours = 160. My formula needs to say something like; If the hours are
less than 100 take 10% and put in in the ship bucket and spread the other
hours 40% to the immediate following month and 50% in the next month.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 93
Default How do I incorporate a formula to calculate many months releas

Thanks for asking for more details, here they a

I have a total # of hours and if the hours are less than 100 I want to
spread over 3 months total 10% going directly to the ship month then spread
over the other two months. IF the hours are less than 400, but greater than
101 I want to spread over 4 months, 10% going directly to the ship month,
then spread over the other 3 months and so on.

Thanks
--
DMM


"Sean Timmons" wrote:

May need more details on this. What determines if it's 2, 3, 4 or 5 months?

Do you have # of hours for each month available?

"soconfused" wrote:

I am trying to level load a shop floor. I am trying to take a certain number
of hours and spread it over 2 months on up to 5 months and spreading it into
several different buckets.

For instance:

Total hours = 160. My formula needs to say something like; If the hours are
less than 100 take 10% and put in in the ship bucket and spread the other
hours 40% to the immediate following month and 50% in the next month.

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,696
Default How do I incorporate a formula to calculate many months releas

So..

=A2*.1

will be your ship month regardless.

then, in month 1:

=if(A2<100,A2*.4,if(A2<400,A2*.3,if(A2<1000,A2*.2) ))

I would think over 4 or 5 months, you'd want 20% in month 1...

month 2:

=if(A2<100,A2*.5,if(A2<400,A2*.3,if(A2<1000,A2*.2) ))

month 3:

=if(A2<100,"",if(A2<400,A2*.3,if(A2<700,A2*.25,if( A2<1000,.2))))
No month 4 for the under 100 crowd. The under 700 crowd does a little more
this month.

month 4:

=if(A2<400,"",if(A2<700,A2*.25,if(A2<1000,.2)))

month 5:

=if(A2=700,.2,"")

Notice I have the "" to show a blank cell if the month is not needed.

Make sense?

"soconfused" wrote:

Thanks for asking for more details, here they a

I have a total # of hours and if the hours are less than 100 I want to
spread over 3 months total 10% going directly to the ship month then spread
over the other two months. IF the hours are less than 400, but greater than
101 I want to spread over 4 months, 10% going directly to the ship month,
then spread over the other 3 months and so on.

Thanks
--
DMM


"Sean Timmons" wrote:

May need more details on this. What determines if it's 2, 3, 4 or 5 months?

Do you have # of hours for each month available?

"soconfused" wrote:

I am trying to level load a shop floor. I am trying to take a certain number
of hours and spread it over 2 months on up to 5 months and spreading it into
several different buckets.

For instance:

Total hours = 160. My formula needs to say something like; If the hours are
less than 100 take 10% and put in in the ship bucket and spread the other
hours 40% to the immediate following month and 50% in the next month.

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
IF formula help - incorporate greater than & smaller than Aaron Hodson \(Coversure\) Excel Worksheet Functions 10 February 12th 08 05:06 PM
formula to calculate age at a given date in years and months? sjric2 Excel Discussion (Misc queries) 3 February 18th 07 08:51 PM
Most simple formula to calculate date+ 30 months? KR Excel Worksheet Functions 4 September 28th 05 07:57 PM
Need a formula to calculate the number of months to pay off a loan kv Excel Discussion (Misc queries) 2 August 2nd 05 09:02 PM
how to calculate years, months by using one formula srinivasa rao Charts and Charting in Excel 2 April 15th 05 08:28 AM


All times are GMT +1. The time now is 02:25 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"