ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How do I find total number workdays from a range of date (https://www.excelbanter.com/excel-worksheet-functions/97506-how-do-i-find-total-number-workdays-range-date.html)

faisalm

How do I find total number workdays from a range of date
 
I've to count total number working days from a range date; means I've to omit
off days (Friday & Saturday)

Biff

How do I find total number workdays from a range of date
 
See this:

http://tinyurl.com/lml72

Biff

"faisalm" wrote in message
...
I've to count total number working days from a range date; means I've to
omit
off days (Friday & Saturday)




Bob Phillips

How do I find total number workdays from a range of date
 
=NETWORKDAYS(start_date,end_date)

to include holidays, put them all in a range and add that

=NETWORKDAYS(start_date,end_date,holiday_range)

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"faisalm" wrote in message
...
I've to count total number working days from a range date; means I've to

omit
off days (Friday & Saturday)




Bob Phillips

How do I find total number workdays from a range of date
 
Let's do that again

=NETWORKDAYS(start_date+1,end_date+1)

to include holidays, put them all in a range but add 1 to each date and use


=NETWORKDAYS(start_date+1,end_date+1,holidays_rang e)


This requires the Analysis Toolpak to be installed.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"faisalm" wrote in message
...
I've to count total number working days from a range date; means I've to

omit
off days (Friday & Saturday)





All times are GMT +1. The time now is 03:56 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com