Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am using the networdays function to calculate process times. I was under
the assumption that it compensated for holidays, but it has counted the 4th of July as a regular working day, can anyone tell me why? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You have to tell the function what holidays are appropriate in your situation.
Not everyone gets July 4th off. You need to enter a range of holidays as the third parameter in the function. For additional information, see Help. -- Regards, Fred "TLAngelo" wrote in message ... I am using the networdays function to calculate process times. I was under the assumption that it compensated for holidays, but it has counted the 4th of July as a regular working day, can anyone tell me why? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
Networkdays has an optional additional parameter, holidays, to account for this =NETWORKDAYS(Start_date,End_date,holidays) where holidays is either a named range containing the list of holiday dates you want taken in to consideration, or a range of cell references where the data is stored. =NETWORKDAYS(A1,,B1,$H1:$H10) -- Regards Roger Govier "TLAngelo" wrote in message ... I am using the networdays function to calculate process times. I was under the assumption that it compensated for holidays, but it has counted the 4th of July as a regular working day, can anyone tell me why? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do i execute a VBA function by clicking on an excel cell? | Excel Discussion (Misc queries) | |||
Excel 2003 Slow Function Argument Window | Excel Discussion (Misc queries) | |||
Excel option to store trendline's coefficients in cells for use | Charts and Charting in Excel | |||
I cant use englisch function names in a swedich version of excel | Excel Discussion (Misc queries) | |||
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. | Excel Worksheet Functions |