Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=NETWORKDAYS(A2,B2)Computed by a real spreadsheet engine on the sample data below.
| Start Date | End Date | Business Days |
| 01/01/2024 | 01/10/2024 | |
| 02/01/2024 | 02/15/2024 | |
| 03/01/2024 | 03/10/2024 |
=NETWORKDAYS(A2,B2)→197
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
You can add a range of holiday dates as a third argument in the NETWORKDAYS function.
Yes, both the start and end dates are included in the count if they fall on a weekday.
Absolutely, just reference the appropriate cells in the NETWORKDAYS formula.
Work with the current date and measure the gap between two dates.
How-toCalculate completed years at an explicit as-of date with DATEDIF and numeric DATE inputs, avoiding ambiguous date text and changing examples.
ReferenceCalculates the difference between two dates in years, months, or days using a unit code string.
How-toSubtract one date from another to get the number of days, or count working days with NETWORKDAYS. Works in both apps.
How-toShift a date forward or back by a number of months with EDATE — it handles month lengths correctly. Works in both apps.
How-toMark rows whose due date has passed by comparing it to TODAY() with IF. Works the same in Excel and Google Sheets.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: