A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Calculate workdays in a month.



 
 
Thread Tools Display Modes
  #1  
Old October 27th, 2009, 03:45 PM posted to microsoft.public.excel.misc
YY san.[_2_]
external usenet poster
 
Posts: 21
Default Calculate workdays in a month.

Hi,
I have in A1, 2009 and A2~A13, numbers 1 ~ 12 representing Jan ~ Dec. This
is format as numbers, not date format. How can I use NETWORKDAYS in B2 to
produce 22, B3,20, ie. the no. of workdays in that month.

Appreciate your help.
Cheers,
YY

  #2  
Old October 27th, 2009, 03:55 PM posted to microsoft.public.excel.misc
muddan madhu[_3_]
external usenet poster
 
Posts: 14
Default Calculate workdays in a month.

=NETWORKDAYS(DATE($A$1,A2,1),DATE($A$1,A2+1,)-1)

"YY san." wrote:

Hi,
I have in A1, 2009 and A2~A13, numbers 1 ~ 12 representing Jan ~ Dec. This
is format as numbers, not date format. How can I use NETWORKDAYS in B2 to
produce 22, B3,20, ie. the no. of workdays in that month.

Appreciate your help.
Cheers,
YY

  #3  
Old October 27th, 2009, 04:04 PM posted to microsoft.public.excel.misc
Ron Rosenfeld
external usenet poster
 
Posts: 3,719
Default Calculate workdays in a month.

On Tue, 27 Oct 2009 08:45:01 -0700, YY san.
wrote:

Hi,
I have in A1, 2009 and A2~A13, numbers 1 ~ 12 representing Jan ~ Dec. This
is format as numbers, not date format. How can I use NETWORKDAYS in B2 to
produce 22, B3,20, ie. the no. of workdays in that month.

Appreciate your help.
Cheers,
YY



B2: =NETWORKDAYS(DATE($A$1,A2,1),DATE($A$1,A2+1,0))

and fill down to B13

--ron
  #4  
Old October 27th, 2009, 05:28 PM posted to microsoft.public.excel.misc
muddan madhu[_3_]
external usenet poster
 
Posts: 14
Default Calculate workdays in a month.

sorry

=NETWORKDAYS(DATE($A$1,A2,1),DATE($A$1,A2+1,))

"muddan madhu" wrote:

=NETWORKDAYS(DATE($A$1,A2,1),DATE($A$1,A2+1,)-1)

"YY san." wrote:

Hi,
I have in A1, 2009 and A2~A13, numbers 1 ~ 12 representing Jan ~ Dec. This
is format as numbers, not date format. How can I use NETWORKDAYS in B2 to
produce 22, B3,20, ie. the no. of workdays in that month.

Appreciate your help.
Cheers,
YY

  #5  
Old October 27th, 2009, 05:59 PM posted to microsoft.public.excel.misc
muddan madhu[_3_]
external usenet poster
 
Posts: 14
Default Calculate workdays in a month.

sorry

=NETWORKDAYS(DATE($A$1,A2,1),DATE($A$1,A2+1,))

"muddan madhu" wrote:

=NETWORKDAYS(DATE($A$1,A2,1),DATE($A$1,A2+1,)-1)

"YY san." wrote:

Hi,
I have in A1, 2009 and A2~A13, numbers 1 ~ 12 representing Jan ~ Dec. This
is format as numbers, not date format. How can I use NETWORKDAYS in B2 to
produce 22, B3,20, ie. the no. of workdays in that month.

Appreciate your help.
Cheers,
YY

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:49 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.