Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 31
Default How to calculate # days between business days

Hello

I am trying to calculate the number of business days between two dates:

For example

Between Sept 2 /05 and Sept 7 /05 there are a total of 3 business days (not including Weekends and Holidays).
How do you calculate this?

Thank you,

Susan

  #2   Report Post  
Posted to microsoft.public.excel.programming
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default How to calculate # days between business days

you might consider using NETWORKDAYS function.

=NETWORKDAYS(start_date, end_date, holidays)

the holidays argument is a reference to a list of holidays you want
excluded. Labor Day would have to be calculated.

=DATE(YEAR(TODAY()),9,7-WEEKDAY(DATE(YEAR(TODAY()),9,1),2)+2)


"Susan Hayes" wrote:

Hello

I am trying to calculate the number of business days between two dates:

For example

Between Sept 2 /05 and Sept 7 /05 there are a total of 3 business days (not including Weekends and Holidays).
How do you calculate this?

Thank you,

Susan


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How to calculate # days between business days


Use Excel function

=NETWORKDAYS(A1,B1,Holidays)

where
Cell A1 = Start date (2 Sep)
Cell B1 = End date (7 Sep)
Holidays = name range containing all the public holidays in the year.


--
slc
------------------------------------------------------------------------
slc's Profile: http://www.excelforum.com/member.php...fo&userid=1439
View this thread: http://www.excelforum.com/showthread...hreadid=465791

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
Calculate business days between 2 dates Vic Excel Discussion (Misc queries) 2 May 21st 09 03:42 PM
How can I calculate the number of business days between two dates Anonymous New Users to Excel 3 June 18th 08 03:30 PM
Want to calculate 3 business days from a certain existing date lauras03 Excel Discussion (Misc queries) 2 March 12th 07 12:24 AM
How do I calculate the number of business days? Nelson Excel Discussion (Misc queries) 1 May 31st 06 06:35 PM
Is there a way to calculate business working days between dates i. hjyoungii Excel Worksheet Functions 2 February 23rd 05 04:25 PM


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