Stop counting workdays on a calendar
Manually counting how many actual working days fall between two dates β while skipping weekends and holidays β is tedious. NETWORKDAYS does it instantly from just a start and end date.
Also worth knowing: TODAY() and NOW()
If you often need to calculate working days from today's date, combining NETWORKDAYS with the TODAY() function automatically updates your count every time the spreadsheet is opened, without needing to re-enter the date.
Frequently Asked Questions
Are the start and end dates themselves counted?
Yes. NETWORKDAYS includes both the start date and end date in its count, excluding only the weekends and any holidays you specify in between.
What if only Sunday is a day off, not Saturday too?
Use NETWORKDAYS.INTL and specify the weekend pattern number in the second argument to count only Sunday as a non-working day.