Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there a function that calculates the start date given the contract
duration and completion date while excluding the holidays? Similar to workdays but reverse. -- Thanks! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
OK, if you have the Analysis Toolpack add-in loaded,
=end date-workday(end date,number of workdays,holiday dates) "Daviv" wrote: Is there a function that calculates the start date given the contract duration and completion date while excluding the holidays? Similar to workdays but reverse. -- Thanks! |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
WORKDAY itself works in reverse, i.e. the second argument can be a negative
number so...... If completion date is in A1 and contract duration (in days) in B1 =WORKDAY(A1,-B1,holidays) "Daviv" wrote: Is there a function that calculates the start date given the contract duration and completion date while excluding the holidays? Similar to workdays but reverse. -- Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I create a schedule from a list of dates ? | Charts and Charting in Excel | |||
Date formulas | Excel Discussion (Misc queries) | |||
Calculate Start Dates based on Need-By Date? | Excel Worksheet Functions | |||
Recurring annual events using a specific date as a trigger date | Excel Worksheet Functions | |||
calculate weeks from a start date ( not yr weeks) | Excel Worksheet Functions |