Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, Please help...
I am trying to workout the number of working days between to dates. I have a column of paperworkrecieveddate (28-Jun-06) and second column with VisitDate(24-Jun-06) The answer would be 3 but how would I get this answer? Thanks, Jez |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use the NETWORKDAYS function
ex Cell A1 = 6/24/06 Cell A2 = 6/28/06 cell B1 =NETWORKDAYS(A1,A2) The function also accomodates holidays. The help file is useful for a more complete explanation. HTH JonR "Jez" wrote: Hi, Please help... I am trying to workout the number of working days between to dates. I have a column of paperworkrecieveddate (28-Jun-06) and second column with VisitDate(24-Jun-06) The answer would be 3 but how would I get this answer? Thanks, Jez |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() use networkdays function. Must have Analysis Toolpak enabled and you should put in holidays as your argument -- Bearacade ------------------------------------------------------------------------ Bearacade's Profile: http://www.excelforum.com/member.php...o&userid=35016 View this thread: http://www.excelforum.com/showthread...hreadid=556662 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculate working days but change working week | Excel Discussion (Misc queries) | |||
Making weekend days working days - the system cuts the working tim | Excel Discussion (Misc queries) | |||
How to calculation no. of days (only working days) between two dat | Excel Discussion (Misc queries) | |||
How to Add 5 working days | Excel Discussion (Misc queries) | |||
Working Days | Excel Programming |