FormulaCraft

NETWORKDAYS vs WORKDAY: counting vs projecting workdays in Excel and Sheets

Excel & Google Sheets
=NETWORKDAYS(A2,B2)

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

Step by step

  1. 1Place the start date in A2 and the end date in B2 (or build a row per project).
  2. 2To count working days between them, enter =NETWORKDAYS(A2,B2) in C2. The result is inclusive of both endpoints.
  3. 3To exclude public holidays, list them in a separate range (e.g. E2:E10) and use =NETWORKDAYS(A2,B2,E2:E10).
  4. 4To project a deadline N workdays out, enter the start date in A2, the number of workdays in B2, then =WORKDAY(A2,B2) in C2.
  5. 5Pass the same holiday range as the third argument to WORKDAY to skip those dates too: =WORKDAY(A2,B2,E2:E10).

Tips

Need it for your exact data?

Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.

Frequently asked

Does NETWORKDAYS include the start date in its count?

Yes. NETWORKDAYS(Monday, Monday) returns 1, not 0. To get exclusive counts, subtract 1 from the result.

Can WORKDAY move backwards in time?

Yes. Pass a negative number of days (e.g. =WORKDAY(A2,-5)) to go back 5 working days from the start date.

Are these functions available in older Excel versions?

Both functions require the Analysis ToolPak in Excel 2003 and earlier; they are built-in from Excel 2007 onward and always available in Google Sheets.

Formulas used

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: