Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a spreadsheet with several thousand start dates; in another column I
have the number of business days to completion. I need to translate the combination of the two into a "real" calendar end date. I think that I can do something like = startdate + (trunc(busdays/5))*7 + mod(busdays,5) but that still leaves me with the potential for the mod to leave me in a weekend (ends on a Friday, plus one puts me to Sat instead of Monday). Are there any built-in functions related to business days that might make this simpler? Also, if there are a few key dates that I want to add to my list of non-business days (such as holidays, snow days, etc.) what is the best way to do that as well? Thanks!! Keith |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Want to calculate 3 business days from a certain existing date | Excel Discussion (Misc queries) | |||
Excel formula where I can add business days (date) | Excel Discussion (Misc queries) | |||
How do I add business days to a date field, no weekends? | Excel Worksheet Functions | |||
business days - trade date plus 3 | Excel Worksheet Functions | |||
business days between 2 date feilds | Excel Worksheet Functions |