Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
jacob
 
Posts: n/a
Default Generating business days in a calendar month, EXCLUDING holidays

I've perused the existing posts and while I've come across some useful
postings, I couldn't seem to find my exact answer.

I simply want Excel to calculate the number of business days in any
given calendar month.

For instance:

Cell A1 = 07/01/04

Cell A2 = ..formula.. = 20

20 being the number of business days in July, minus weekends, minus the
july 4th holiday.

I understand I will have to use NETWORKDAYS function, with the Analysis
Toolpak installed, but what would the formula contain so that I am
getting the holidays to be taken out also, and would I need to create a
separate range with a date list of those holidays I wish to be taken
out? Thanks terribly! Jacob

  #2   Report Post  
Biff
 
Posts: n/a
Default

Hi!

You're pretty much answering your own questions!

If you want to exclude holidays then yes, you have to list
them in a range.

A1 = 07/01/04 (I take that to be July 1 2004)

B1:B10 = list of holidays

Cell A2 = ..formula.. = 20


=NETWORKDAYS(A1,EOMONTH(A1,0),B1:B10)

Returns 22

Biff

-----Original Message-----
I've perused the existing posts and while I've come

across some useful
postings, I couldn't seem to find my exact answer.

I simply want Excel to calculate the number of business

days in any
given calendar month.

For instance:

Cell A1 = 07/01/04

Cell A2 = ..formula.. = 20

20 being the number of business days in July, minus

weekends, minus the
july 4th holiday.

I understand I will have to use NETWORKDAYS function,

with the Analysis
Toolpak installed, but what would the formula contain so

that I am
getting the holidays to be taken out also, and would I

need to create a
separate range with a date list of those holidays I wish

to be taken
out? Thanks terribly! Jacob

.

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
Generating business days in a calendar month, EXCLUDING holidays jacob Excel Worksheet Functions 0 April 12th 05 04:57 AM
Where can I find a 2006 Business Calendar template? Cindy Charts and Charting in Excel 1 March 22nd 05 03:02 AM
Count number of days in given month? Bryan Excel Worksheet Functions 10 February 2nd 05 11:44 PM
Accounting Month vs. Calendar Month JN Excel Worksheet Functions 4 January 31st 05 08:09 PM
How would I change a date cell to decrease it by business days? CNGracin Excel Discussion (Misc queries) 3 December 15th 04 05:20 PM


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