![]() |
Start Date
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! |
Start Date
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! |
Start Date
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! |
All times are GMT +1. The time now is 02:25 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com