Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
TC
 
Posts: n/a
Default How many business days were in 2005?

I need to know how many business days were in 2005 for purposes of dividing
an employee benefit plan by the number of business days in the calendar
fiscal year.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Billigmeier
 
Posts: n/a
Default How many business days were in 2005?

Take a look at NETWORKDAYS() in the help menu.

--
Regards,
Dave


"TC" wrote:

I need to know how many business days were in 2005 for purposes of dividing
an employee benefit plan by the number of business days in the calendar
fiscal year.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default How many business days were in 2005?

Surely it is just 52*5 + 1 if it was a leap year.

If you want to exclude public holidays, just subtract that number.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"TC" wrote in message
...
I need to know how many business days were in 2005 for purposes of

dividing
an employee benefit plan by the number of business days in the calendar
fiscal year.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Chip Pearson
 
Posts: n/a
Default How many business days were in 2005?

Try the following formula:

=NETWORKDAYS(DATE(2005,1,1),DATE(2005,12,31))


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com




"TC" wrote in message
...
I need to know how many business days were in 2005 for purposes
of dividing
an employee benefit plan by the number of business days in the
calendar
fiscal year.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
CLR
 
Posts: n/a
Default How many business days were in 2005?

It depends.........NETWORKDAYS considers weekends as non-workdays.....they
may not be such in your business.........scheduled plant closings would have
to also be entered as "holidays", etc etc........probably best to just mark a
calendar and count them.

Vaya con Dios,
Chuck, CABGx3



"TC" wrote:

I need to know how many business days were in 2005 for purposes of dividing
an employee benefit plan by the number of business days in the calendar
fiscal year.



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Rosenfeld
 
Posts: n/a
Default How many business days were in 2005?

On Fri, 13 Jan 2006 10:09:02 -0800, "TC" wrote:

I need to know how many business days were in 2005 for purposes of dividing
an employee benefit plan by the number of business days in the calendar
fiscal year.



Are your business days Monday-Friday excluding Holidays?

If so, you'll need to set up a range with the holiday dates for 2005.

Then use the function:

=NETWORKDAYS(DATE(2005,1,1),DATE(2005,12,31), Holidays)


--ron
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
 
Posts: n/a
Default How many business days were in 2005?

If you use my Generic Excel Calendar at

http://www.ProbabilityOf.com/excel.shtml



You can use the UDF: =DateToWeek(A1), =NorskHelligdagSant(A1;1;1) and
=NorskHelligdagdesc(A1;1;1) in the sheet Excel_Calendar.xls. It may be
wise to adjust the text and non working days to your country (should be
self explaining if you can UDF)

Make a list with all the dates (SANN = TRUE, USANN = FALSE) like:

Date ISOWeek
=DateToWeek(A1) =NorskHelligdagSant(A1;1;1) =NorskHelligdagdesc(A1;1;1)
2005-01-01 2004-W53-6 SANN 1. nyttårsdag
2005-01-02 2004-W53-7 SANN søndag
2005-01-03 2005-W01-1 USANN
2005-01-04 2005-W01-2 USANN
2005-01-05 2005-W01-3 USANN
2005-01-06 2005-W01-4 USANN
2005-01-07 2005-W01-5 USANN
2005-01-08 2005-W01-6 SANN lørdag
2005-01-09 2005-W01-7 SANN søndag
2005-01-10 2005-W02-1 USANN
2005-01-11 2005-W02-2 USANN

2005-03-12 2005-W10-6 SANN lørdag
2005-03-13 2005-W10-7 SANN søndag
2005-03-14 2005-W11-1 USANN
2005-03-15 2005-W11-2 USANN
2005-03-16 2005-W11-3 USANN
2005-03-17 2005-W11-4 USANN
2005-03-18 2005-W11-5 USANN
2005-03-19 2005-W11-6 SANN lørdag
2005-03-20 2005-W11-7 SANN søndag
2005-03-21 2005-W12-1 USANN
2005-03-22 2005-W12-2 USANN
2005-03-23 2005-W12-3 USANN
2005-03-24 2005-W12-4 SANN Skjærtorsdag
2005-03-25 2005-W12-5 SANN Langfredag
2005-03-26 2005-W12-6 SANN lørdag
2005-03-27 2005-W12-7 SANN 1. påskedag
2005-03-28 2005-W13-1 SANN 2. påskedag
2005-03-29 2005-W13-2 USANN
2005-03-30 2005-W13-3 USANN
2005-03-31 2005-W13-4 USANN
2005-04-01 2005-W13-5 USANN
2005-04-02 2005-W13-6 SANN lørdag
2005-04-03 2005-W13-7 SANN søndag

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
With this business with ONLY 5,- EUR OVER 61,370 EUR in 3 months earn!! With this business with ONLY 5,- EUR OVER 61,370 E Charts and Charting in Excel 0 September 19th 05 02:58 AM
With this business with ONLY 5,- EUR OVER 61,370 EUR in 3 months earn!! With this business with ONLY 5,- EUR OVER 61,370 E Charts and Charting in Excel 0 September 19th 05 02:58 AM
Help with a formula Diilb Excel Discussion (Misc queries) 6 August 18th 05 06:11 PM
Date Calculations Bruce Excel Worksheet Functions 11 May 19th 05 01:09 AM
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 08:10 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"