New: ready-to-use spreadsheet templatesExplore the collection  →
Home/Formulas/NETWORKDAYS
DATE & TIME · GOOGLE SHEETS

NETWORKDAYS
count working days between two dates.

Use NETWORKDAYS to count business days in a project. This guide shows the exact structure, a working example and the mistakes most likely to break it.

JosephineVerified by JosephineReviewed July 25, 2026
THE FORMULA=NETWORKDAYS(start_date, end_date, [holidays])
A

start_datefirst date

B

end_datelast date

C

holidaysoptional dates to exclude

TRY IT YOURSELF

Change the sheet.
Watch the answer update.

Edit any highlighted cell below. The example recalculates immediately.

LIVE PLAYGROUND=NETWORKDAYS(A2,B2,H2:H8)
fx=NETWORKDAYS(A2,B2,H2:H8)
A · STARTB · END / DAYS
2
3
4
5
RESULT23 working daysUpdates live

Try changing a value above. This example runs entirely in your browser.

IN PLAIN ENGLISH

How the formula
thinks.

  1. 01

    start_datefirst date

  2. 02

    end_datelast date

  3. 03

    holidaysoptional dates to exclude

COMMON FIXES

When NETWORKDAYS
doesn’t behave.

WRONG RESULT

Wrong result

Check that every range starts and ends on the same rows, and that numbers are stored as numbers.

FORMULA PARSE ERROR

Formula parse error

Check commas, quotation marks and closing parentheses. Your locale may use semicolons instead of commas.

UNEXPECTED BLANKS

Unexpected blanks

Test the source cells for hidden spaces, empty strings and inconsistent data types.

fxNeed help with NETWORKDAYS?Fix my formula →