Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 70
Default Subtracting number of days excluding the weekend

Hi

I have a date that I would like to subtract a set number of days from, but
do not want to include weekends. For example:

Date: 13/02/09 Number of Days to subtract: 10 result should be: 30/01/09

Can anyone help

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 70
Default Subtracting number of days excluding the weekend

I have just been advised that we are now only going to be working 4 days a
week, so I also need to exclude Fridays!

"The Rook" wrote:

Hi

I have a date that I would like to subtract a set number of days from, but
do not want to include weekends. For example:

Date: 13/02/09 Number of Days to subtract: 10 result should be: 30/01/09

Can anyone help

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,646
Default Subtracting number of days excluding the weekend

In normal situation the answer would be:
=WORKDAY(C1,-10)
For 4 working day weeks I can suggest a workaround:
Enter 2/1/09 (first Friday in 2009) in the first row of en empty column, say
in E1,
enter in E2: =E1+7
fill it down throgh 52 rows (52 weeks of the year)
add usual holidays to this column, then your formula is
=WORKDAY(C1,-10,E1:E52)
or
=WORKDAY(C1,-10,E1:E??) if holidays are entered.


Regards,
Stefi

€˛The Rook€¯ ezt Ć*rta:

I have just been advised that we are now only going to be working 4 days a
week, so I also need to exclude Fridays!

"The Rook" wrote:

Hi

I have a date that I would like to subtract a set number of days from, but
do not want to include weekends. For example:

Date: 13/02/09 Number of Days to subtract: 10 result should be: 30/01/09

Can anyone help

Thanks

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
Number of Weekend Days between 2 Dates Q Seanie Excel Worksheet Functions 1 November 5th 08 04:40 PM
Making weekend days working days - the system cuts the working tim Fluffy Excel Discussion (Misc queries) 1 May 30th 08 10:02 PM
Calculate time (excluding weekend (48 hrs)) AndyO_UK Excel Worksheet Functions 10 February 3rd 07 07:55 PM
Due date excluding weekend days Jfilbig Excel Worksheet Functions 5 February 5th 06 06:45 PM
Weekend days other than Sat Sun rkk Excel Worksheet Functions 15 January 25th 05 02:31 AM


All times are GMT +1. The time now is 01:19 PM.

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

About Us

"It's about Microsoft Excel"