Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Amount of Workdays in a Month

Greetings

Is there a way that I can calculate the amount of workdays per month,
excluding weekends? I have searched -
http://groups.google.com/group/micro...323305638dafa#
but the calculation includes the a six (6) day workweek, I need to
calculate a 5 day workweek.

Thank you and I appreciate your response.

Mart10

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Amount of Workdays in a Month

Just use =Networkdays(start_date,end_date)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Mar10" wrote in message
oups.com...
Greetings

Is there a way that I can calculate the amount of workdays per month,
excluding weekends? I have searched -
http://groups.google.com/group/micro...323305638dafa#
but the calculation includes the a six (6) day workweek, I need to
calculate a 5 day workweek.

Thank you and I appreciate your response.

Mart10



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Amount of Workdays in a Month

On May 22, 9:21 am, "Bob Phillips" wrote:
Just use =Networkdays(start_date,end_date)

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Mar10" wrote in message

oups.com...

Greetings


Is there a way that I can calculate the amount of workdays per month,
excluding weekends? I have searched -
http://groups.google.com/group/micro...orksheet.funct...
but the calculation includes the a six (6) day workweek, I need to
calculate a 5 day workweek.


Thank you and I appreciate your response.


Mart10


Thanks Bob, this did it!

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,886
Default Amount of Workdays in a Month

Hi

With Month start in A1
=NETWORKDAYS(A1,DATE(YEAR(A1),MONTH(A1)+1,0))

Networkdays is part of the Analysis Toolpak.
ToolsAddinscheck the box for Analysis Toolpak
--
Regards

Roger Govier


"Mar10" wrote in message
oups.com...
Greetings

Is there a way that I can calculate the amount of workdays per month,
excluding weekends? I have searched -
http://groups.google.com/group/micro...323305638dafa#
but the calculation includes the a six (6) day workweek, I need to
calculate a 5 day workweek.

Thank you and I appreciate your response.

Mart10



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Amount of Workdays in a Month

On May 22, 9:25 am, "Roger Govier"
wrote:
Hi

With Month start in A1
=NETWORKDAYS(A1,DATE(YEAR(A1),MONTH(A1)+1,0))

Networkdays is part of the Analysis Toolpak.
ToolsAddinscheck the box for Analysis Toolpak
--
Regards

Roger Govier

"Mar10" wrote in message

oups.com...

Greetings


Is there a way that I can calculate the amount of workdays per month,
excluding weekends? I have searched -
http://groups.google.com/group/micro...orksheet.funct...
but the calculation includes the a six (6) day workweek, I need to
calculate a 5 day workweek.


Thank you and I appreciate your response.


Mart10


Thank You Roger, I needed to add the Toolpak before I could see the
function!



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,290
Default Amount of Workdays in a Month


In A1 enter =DATE(2007,ROW(),1)
In B1 enter =DATE(2007,ROW()+1,0)
In C1 enter =NETWORKDAYS(A1,B1)

Fill all three cells down...
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


"Mar10"

wrote in message Greetings
Is there a way that I can calculate the amount of workdays per month,
excluding weekends? I have searched -
http://groups.google.com/group/micro...323305638dafa#
but the calculation includes the a six (6) day workweek, I need to
calculate a 5 day workweek.
Thank you and I appreciate your response.
Mart10

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Amount of Workdays in a Month

On May 22, 9:37 am, "Jim Cone" wrote:
In A1 enter =DATE(2007,ROW(),1)
In B1 enter =DATE(2007,ROW()+1,0)
In C1 enter =NETWORKDAYS(A1,B1)

Fill all three cells down...
--
Jim Cone
San Francisco, USAhttp://www.realezsites.com/bus/primitivesoftware

"Mar10"

wrote in message Greetings
Is there a way that I can calculate the amount of workdays per month,
excluding weekends? I have searched -http://groups.google.com/group/microsoft.public.excel.worksheet.funct...
but the calculation includes the a six (6) day workweek, I need to
calculate a 5 day workweek.
Thank you and I appreciate your response.Mart10


Another option! Thank you Jim.

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
Count workdays remaining in a month Ads Excel Discussion (Misc queries) 2 August 14th 06 12:40 AM
transferring amount to particular month column Tiya Excel Worksheet Functions 2 August 6th 06 03:31 PM
Dislpay count of workdays in a month? DB Explorer Excel Worksheet Functions 2 March 21st 06 04:19 PM
amount of working days per month Nigel Excel Discussion (Misc queries) 2 November 29th 05 10:41 AM
transfer cell $ amount to other sheet month-to-month without overc Colin2u Excel Discussion (Misc queries) 1 July 28th 05 02:36 AM


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