Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Formulate column to accept dates with varying add to dates minus weekends.
|
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sounds like you need the 'WORKDAY' function.
I believe it is a part of the Analysis Toolpak that comes with Excel. If it's not loaded, go to... ToolsAdd-ins... and select 'Analysis ToolPak' Now the 'WorkDay' function will definitely be available. It will not only adjust for weekends but also Holidays if you want to specify them! For example: If Feb-06-2006 is in A1 and you want to add 3 days to it... =WORKDAY(A1,3) will give Feb-09-2006 If Feb-06-2006 is in A1 and you want to add 5 days to it... =WORKDAY(A1,5) will give Feb-13-2006 HTH, -- Gary Brown If this post was helpful, please click the ''Yes'' button next to ''Was this Post Helpfull to you?''. "Sheila" wrote: Formulate column to accept dates with varying add to dates minus weekends. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculating number of days between two dates that fall between two other dates | Excel Discussion (Misc queries) | |||
Brainteaser about Days Between Dates | Excel Discussion (Misc queries) | |||
formula to calculate # of days between dates, excluding holidays | Excel Discussion (Misc queries) | |||
how do I calculate the days between dates? | Excel Discussion (Misc queries) | |||
Subracting Dates to come up with the # of days between them | Excel Worksheet Functions |