PC Review


Reply
Thread Tools Rate Thread

Change the weekends

 
 
Sadad
Guest
Posts: n/a
 
      13th Apr 2010
Dears,
I want to calculate the working-days of my subordinates and I usually I use
the function NETWORKDAYS but in this country the weekends are Saturday and
Friday?!
What should I do?
BR
 
Reply With Quote
 
 
 
 
Mike H
Guest
Posts: n/a
 
      13th Apr 2010
Hi,

If you don't use the Holidays argument of Networkdays you can use

=SUMPRODUCT(1*(WEEKDAY(ROW(INDIRECT(A1&":"&B1)))<6 ))

Or to include the Holidays argument use this with holidays in C1:C8

=SUMPRODUCT(1*(WEEKDAY(ROW(INDIRECT(A1&":"&B1)))<6),--(ISNA(MATCH(ROW(INDIRECT(A1&":"&B1)),$C$1:$C$8,0))))

--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.


"Sadad" wrote:

> Dears,
> I want to calculate the working-days of my subordinates and I usually I use
> the function NETWORKDAYS but in this country the weekends are Saturday and
> Friday?!
> What should I do?
> BR

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Change the weekends on recurring appointments DHSBob Microsoft Outlook Calendar 2 21st Apr 2010 11:15 PM
How do I change weekends from Sat, Sun to Fri, Sat in networkdays Suresh Microsoft Excel Worksheet Functions 3 6th Aug 2009 02:24 PM
Compress weekends unable to change in outlook 2003 =?Utf-8?B?RXhjZWwgMjAwMw==?= Windows XP Hardware 2 3rd Dec 2005 01:35 PM
how do i change monthly view of calender with NO weekends? =?Utf-8?B?amFuZTJ2aWNreQ==?= Microsoft Outlook Calendar 1 18th Feb 2005 11:02 PM
change the color of weekends in month view =?Utf-8?B?V0FDYW1wYmVsbA==?= Microsoft Outlook Calendar 1 23rd Nov 2004 06:00 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:31 AM.