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

I have a spreadsheet with several thousand start dates; in another column I
have the number of business days to completion. I need to translate the
combination of the two into a "real" calendar end date.

I think that I can do something like
= startdate + (trunc(busdays/5))*7 + mod(busdays,5)

but that still leaves me with the potential for the mod to leave me in a
weekend (ends on a Friday, plus one puts me to Sat instead of Monday).

Are there any built-in functions related to business days that might make
this simpler? Also, if there are a few key dates that I want to add to my
list of non-business days (such as holidays, snow days, etc.) what is the
best way to do that as well?

Thanks!!
Keith



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

Take a look at WORKDAY() in XL Help.

In article ,
"Keith R" wrote:

I have a spreadsheet with several thousand start dates; in another column I
have the number of business days to completion. I need to translate the
combination of the two into a "real" calendar end date.

I think that I can do something like
= startdate + (trunc(busdays/5))*7 + mod(busdays,5)

but that still leaves me with the potential for the mod to leave me in a
weekend (ends on a Friday, plus one puts me to Sat instead of Monday).

Are there any built-in functions related to business days that might make
this simpler? Also, if there are a few key dates that I want to add to my
list of non-business days (such as holidays, snow days, etc.) what is the
best way to do that as well?

Thanks!!
Keith

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Adding business days to a date

If you have the ATP add-in (comes with Excel) installed you can use


=WORKDAY(Start_date,25,Holidays)

So if you have a startdate in A1, a list of public holidays in H1:H11 and
you want the date when you add 25 business days you would use

=WORKDAY(A1,25,H1:H11)

it's cousin is NETWORKDAYS which will count business days between start and
end date

they are both in the help section in Excel


--
Regards,

Peo Sjoblom



"Keith R" wrote in message
...
I have a spreadsheet with several thousand start dates; in another column I
have the number of business days to completion. I need to translate the
combination of the two into a "real" calendar end date.

I think that I can do something like
= startdate + (trunc(busdays/5))*7 + mod(busdays,5)

but that still leaves me with the potential for the mod to leave me in a
weekend (ends on a Friday, plus one puts me to Sat instead of Monday).

Are there any built-in functions related to business days that might make
this simpler? Also, if there are a few key dates that I want to add to my
list of non-business days (such as holidays, snow days, etc.) what is the
best way to do that as well?

Thanks!!
Keith





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
Want to calculate 3 business days from a certain existing date lauras03 Excel Discussion (Misc queries) 2 March 12th 07 12:24 AM
Excel formula where I can add business days (date) kskaug1 Excel Discussion (Misc queries) 3 September 1st 06 07:59 PM
How do I add business days to a date field, no weekends? Ozzy Excel Worksheet Functions 2 March 21st 06 10:33 PM
business days - trade date plus 3 clegge Excel Worksheet Functions 2 January 11th 06 04:35 PM
business days between 2 date feilds JRS Excel Worksheet Functions 10 March 12th 05 07:39 AM


All times are GMT +1. The time now is 11:49 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"