Networkdays and Days360

jjdwhitfield

Board Regular
Joined
Aug 13, 2008
Messages
64
All

Does anyone know how to combine networkdays and days360 so that a formula counts the number of days but excludes weekends and holidays?

Kind Regards

Jon Whitfield
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".

Sandeep Warrier

Well-known Member
Joined
Oct 31, 2008
Messages
2,678
Networkdays already excludes weekends. You can use it to exclude Holidays too. If you have 5 holidays and the dates of those holidays in cells B1:B5, then

=NETWORKDAYS(A1,A2,$B$1:$B$5)

Where A1 is your start date & A2 is end date will give you total number of working days.
 
Upvote 0

Forum statistics

Threads
1,195,594
Messages
6,010,625
Members
441,558
Latest member
lambierules

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Top