Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a project start and end date and have calculated the amount of time
based on those dates. I have # hours that will be spent on that project. I need to have the # hrs spread monthly over the length of the project based on the start and end date. any help would eb appreciated. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Going with the idea that if your project covers x months, and you have y
hours, formula would be y / x: =Hours/DATEDIF(Start_Date,End_Date,"m") Note that this uses complete months. So, a start date of 1/15/09, and end date of 3/1/09, would cause formula to use 1 full month, so a distribution of 40 hrs per month (since its only 1 month) -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "PMuskie" wrote: I have a project start and end date and have calculated the amount of time based on those dates. I have # hours that will be spent on that project. I need to have the # hrs spread monthly over the length of the project based on the start and end date. any help would eb appreciated. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Assumed Start Date is cell A1, End date is in Cell B
Working hours = 8 hrs Including Saturday & Sunday =DATEDIF(A1,B1,"d")*8 Exclude Saturday & Sunday or holidays =NETWORKDAYS(A1,B1)*8 On Oct 23, 7:25*pm, PMuskie wrote: I have a project start and end date and have calculated the amount of time based on those dates. *I have # hours that will be spent on that project. *I need to have the # hrs spread monthly over the length of the project based on the start and end date. *any help would eb appreciated. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I magnify a time period on a chart in Excel? | Charts and Charting in Excel | |||
Displaying rolling data for a set time period | Excel Worksheet Functions | |||
How can I make Excel recognize a time period | Excel Discussion (Misc queries) | |||
average rate of change per given time period between 2 moments in time of a value | Excel Worksheet Functions | |||
Every time i put a number with period it becomes a date and time | Excel Discussion (Misc queries) |