Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 23
Default Calculating three working days before a date

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 772
Default Calculating three working days before a date

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 23
Default Calculating three working days before a date

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 102
Default Calculating three working days before a date

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 772
Default Calculating three working days before a date

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
date (minus) date = working days diff jjj Excel Discussion (Misc queries) 3 December 6th 05 03:16 PM
Calculating Working Days - Department of Pathology Andrea Excel Discussion (Misc queries) 1 July 20th 05 07:20 PM
Calculating recurring date in following month, calculating # days in that period Walterius Excel Worksheet Functions 6 June 4th 05 11:21 PM
Calculating Working Days will Excel Worksheet Functions 5 March 22nd 05 12:44 PM
Calculating days between current date and a date in future NETWORKDAYS() function Faheem Khan Excel Worksheet Functions 2 February 10th 05 07:18 PM


All times are GMT +1. The time now is 07:23 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"