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

Hi
Is there anyway I can add working days to a date?
For example:
23-Feb-09 + 10 = 06-Mar-09

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Add working days to a date

Hi,

Try this

=workday(A1,10,Holidays)

The last argument 'Holidays' is an optional named range that includes the
dates of any holidays you want included in the calculation.

Mike

"Eán" wrote:

Hi
Is there anyway I can add working days to a date?
For example:
23-Feb-09 + 10 = 06-Mar-09

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default Add working days to a date

I forgot to mention,

If this function is not available, and returns the #NAME? error, install and
load the Analysis ToolPak add-in.

Tools|Addins

Mike


"Mike H" wrote:

Hi,

Try this

=workday(A1,10,Holidays)

The last argument 'Holidays' is an optional named range that includes the
dates of any holidays you want included in the calculation.

Mike

"Eán" wrote:

Hi
Is there anyway I can add working days to a date?
For example:
23-Feb-09 + 10 = 06-Mar-09

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default Add working days to a date

Perhaps you better explain what you mean by "working days".

23 Feb 09 - 6 Mar 09

is a span of 11 TOTAL days. Which day isn't worked?

If you mean to exclude Saturdays and Sundays:

A1: 23 Feb 09
A2: =WORKDAY(A1,10)

will return 9 Mar 09 in A2.



In article ,
Eán wrote:

Hi
Is there anyway I can add working days to a date?
For example:
23-Feb-09 + 10 = 06-Mar-09

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
how do i know date after no. of working days sudheer Excel Worksheet Functions 6 October 3rd 08 07:54 PM
date + working days Jose Excel Worksheet Functions 2 January 14th 07 03:46 PM
Can Excel add working days to a date to result in another date? cwalrus Excel Worksheet Functions 1 May 16th 06 07:27 PM
How do you add 40 working days to a date EmmaLaw22 Excel Discussion (Misc queries) 3 April 3rd 06 02:29 PM
date (minus) date = working days diff jjj Excel Discussion (Misc queries) 3 December 6th 05 03:16 PM


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

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"