Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Friends,
I need a formula to look at a date and return a date 2 days later - easy, right? Of course, but I also need it to ignore weekends and holidays and only propose weekdays. I think I need to use the NetWorkingDays, but I don't know how to apply it to a single cell reference like this. Can you help? -- Z-Man |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Z-Man,
You need the WORKDAY() function instead. -- Kind regards, Niek Otten Microsoft MVP - Excel "Z-Man-Cek" wrote in message ... | Hi Friends, | | I need a formula to look at a date and return a date 2 days later - easy, | right? Of course, but I also need it to ignore weekends and holidays and | only propose weekdays. I think I need to use the NetWorkingDays, but I don't | know how to apply it to a single cell reference like this. Can you help? | -- | Z-Man |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You want to use the WORKDAY function which requires the Analysis Toolpak
add-in be installed. A1 = date H1:H10 = list of holiday dates =WORKDAY(A1,2,H1:H10) Format as DATE -- Biff Microsoft Excel MVP "Z-Man-Cek" wrote in message ... Hi Friends, I need a formula to look at a date and return a date 2 days later - easy, right? Of course, but I also need it to ignore weekends and holidays and only propose weekdays. I think I need to use the NetWorkingDays, but I don't know how to apply it to a single cell reference like this. Can you help? -- Z-Man |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copying formulas forward and have the column refference move backw | Excel Worksheet Functions | |||
WEEKDAY() function: display TEXT not numeric weekday | Excel Discussion (Misc queries) | |||
Formula to Remove Weekend Days | Excel Discussion (Misc queries) | |||
Carry forward formula help needed | Excel Discussion (Misc queries) | |||
formula to identify weekend dates | Excel Worksheet Functions |