Missing Weekend Formulas

SeaStar

New Member
Joined
Sep 15, 2006
Messages
14
Hi All
trying to find a formula that will do the following for me, bearing in mind i just want to copy the formula down if possible as there is a lot of data.

Trying to working out the Number of days between two dates, ie, 4th September and 13th september.
Each row has two different dates. Basically want to exclude weekends from the formula so it will give me the total working days.
To throw a spanner in, also want to work this out if there is a public holiday in the month.

Any ideas?
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
hello,

look at NETWORKDAYS

e.g.

=NETWORKDAYS(A1,B1,$G$1:$G$7)

where A1 = 4/9/06
B1 = 13/9/06

and G1:G7 contain Public holidays
 
Upvote 0
Use NETWORKDAYS() You will need to run the analysis tool pack add-in.

Networkdays calculates weekdays only and allows you to enter holidays
 
Upvote 0

Forum statistics

Threads
1,214,590
Messages
6,120,421
Members
448,961
Latest member
nzskater

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
Back
Top