Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to work out the formula for the above. I know there is
the function NETWORKDAYS(), and upon searching this newsgroup I have seen messages (one quite recent) for working out the number of working days between two days. But I need to do it the other way round - give Excel a date and get it to display another date three working days before that. It would also be useful if I could put in a list of bank holidays and other "working day" exceptions somewhere in the sheet and have the formula take these into account too. Could anyone point me in the right direction? Is it NETWORKDAYS I need, or a different formula? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Though i have never used it personally before now, look into the WORKDAY
formula, got it to work for your scenario like this =WORKDAY(C1,-3) date in C1 formula in B1, may return serial number, format it as date. There is a 3rd option you can look into with holidays as well. -- -John Please rate when your question is answered to help us and others know what is helpful. " wrote: I am trying to work out the formula for the above. I know there is the function NETWORKDAYS(), and upon searching this newsgroup I have seen messages (one quite recent) for working out the number of working days between two days. But I need to do it the other way round - give Excel a date and get it to display another date three working days before that. It would also be useful if I could put in a list of bank holidays and other "working day" exceptions somewhere in the sheet and have the formula take these into account too. Could anyone point me in the right direction? Is it NETWORKDAYS I need, or a different formula? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hmm. Seems I'm going to have to get our I.T. section to install the
Analysis Toolpak before I can use either of these functions. I wondered why I wasn't getting too far with the Networkdays( ) function! But thanks for the advice. Steve |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If your dates start from A2..
=A2-CHOOSE(MOD(A2,7)+1,-4,-5,-4,-5,-3,-3,-3) Regards Robert McCurdy wrote in message ups.com... I am trying to work out the formula for the above. I know there is the function NETWORKDAYS(), and upon searching this newsgroup I have seen messages (one quite recent) for working out the number of working days between two days. But I need to do it the other way round - give Excel a date and get it to display another date three working days before that. It would also be useful if I could put in a list of bank holidays and other "working day" exceptions somewhere in the sheet and have the formula take these into account too. Could anyone point me in the right direction? Is it NETWORKDAYS I need, or a different formula? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Did you already look under Tools-Add ins? usuall it is there already.
-- -John Please rate when your question is answered to help us and others know what is helpful. " wrote: Hmm. Seems I'm going to have to get our I.T. section to install the Analysis Toolpak before I can use either of these functions. I wondered why I wasn't getting too far with the Networkdays( ) function! But thanks for the advice. Steve |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
date (minus) date = working days diff | Excel Discussion (Misc queries) | |||
Calculating Working Days - Department of Pathology | Excel Discussion (Misc queries) | |||
Calculating recurring date in following month, calculating # days in that period | Excel Worksheet Functions | |||
Calculating Working Days | Excel Worksheet Functions | |||
Calculating days between current date and a date in future NETWORKDAYS() function | Excel Worksheet Functions |