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 Calculating business days minus holidays

Thank you for helping,
I am working on a sheet now where the user will input the current month
(01/01/07) in A1 and it shows the number of business days in C5 using the
networkday command. How can I have the sheet subtract holidays from the
business day total for the month?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Calculating business days minus holidays

If you look in help you will see that the you need to put the public
holidays in the formula,
preferably by using a range where you type in the holidays

=NETWORKDAYS(start,end,holidays)


--


Regards,


Peo Sjoblom


"RJ Swain" wrote in message
...
Thank you for helping,
I am working on a sheet now where the user will input the current month
(01/01/07) in A1 and it shows the number of business days in C5 using the
networkday command. How can I have the sheet subtract holidays from the
business day total for the month?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,942
Default Calculating business days minus holidays

hi
and just to add....
networkdays is part of the analysis tool pack. if you have not installed the
analysis tool pack, you will need your original excel install disk.
to install, on the menu bar....ToolsAddins

regards
FSt1

"Peo Sjoblom" wrote:

If you look in help you will see that the you need to put the public
holidays in the formula,
preferably by using a range where you type in the holidays

=NETWORKDAYS(start,end,holidays)


--


Regards,


Peo Sjoblom


"RJ Swain" wrote in message
...
Thank you for helping,
I am working on a sheet now where the user will input the current month
(01/01/07) in A1 and it shows the number of business days in C5 using the
networkday command. How can I have the sheet subtract holidays from the
business day total for the month?




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,268
Default Calculating business days minus holidays

The OP already mentioned that he/she used NETWORKDAYS


--


Regards,


Peo Sjoblom



"FSt1" wrote in message
...
hi
and just to add....
networkdays is part of the analysis tool pack. if you have not installed
the
analysis tool pack, you will need your original excel install disk.
to install, on the menu bar....ToolsAddins

regards
FSt1

"Peo Sjoblom" wrote:

If you look in help you will see that the you need to put the public
holidays in the formula,
preferably by using a range where you type in the holidays

=NETWORKDAYS(start,end,holidays)


--


Regards,


Peo Sjoblom


"RJ Swain" wrote in message
...
Thank you for helping,
I am working on a sheet now where the user will input the current month
(01/01/07) in A1 and it shows the number of business days in C5 using
the
networkday command. How can I have the sheet subtract holidays from the
business day total for the month?






  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,118
Default Calculating business days minus holidays

Excel Help on NETWORKDAYS explains.

Just reference a range of cells containing holiday dates in the 3rd argument
(parameter) of the function.

Like this:
A1: StartDate
B1: EndDate

D1: 01-JAN-2007
etc
D10: 25-DEC-2007

Then use this formula:
=NETWORKDAYS(A1,B1, D1:D10)

Does that help?
Post back if you have more questions.
--------------------------

Regards,

Ron (XL2003, Win XP)
Microsoft MVP (Excel)

"RJ Swain" wrote in message
...
Thank you for helping,
I am working on a sheet now where the user will input the current month
(01/01/07) in A1 and it shows the number of business days in C5 using the
networkday command. How can I have the sheet subtract holidays from the
business day total for the month?





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
Getting and error while calculate business hours between 2 dates with holidays. [email protected] Excel Worksheet Functions 4 April 17th 07 08:08 PM
calculating days + holidays gambit Excel Worksheet Functions 6 August 23rd 06 09:19 AM
how do I calculate the time service minus holidays? grbear Excel Worksheet Functions 1 May 22nd 06 05:31 PM
Generating business days in a calendar month, EXCLUDING holidays jacob Excel Worksheet Functions 1 April 12th 05 05:38 AM
Generating business days in a calendar month, EXCLUDING holidays jacob Excel Worksheet Functions 0 April 12th 05 04:57 AM


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