Skip to content

How to calculate business days between two dates in Excel and Google Sheets

Topic:Date arithmetic
Excel & Google Sheets
=NETWORKDAYS(A2,B2)

Verified example

Computed by a real spreadsheet engine on the sample data below.

Start DateEnd DateBusiness Days
01/01/202401/10/2024
02/01/202402/15/2024
03/01/202403/10/2024

=NETWORKDAYS(A2,B2)197

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. 1Enter your start date in cell A2 and end date in cell B2.
  2. 2In cell C2, enter the formula =NETWORKDAYS(A2,B2) for Excel or =NETWORKDAYS(A2,B2) for Google Sheets.
  3. 3Press Enter to see the number of business days between the two dates.

Tips

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.

Frequently asked

What if I need to exclude specific holidays?

You can add a range of holiday dates as a third argument in the NETWORKDAYS function.

Does this function count the start and end dates as business days?

Yes, both the start and end dates are included in the count if they fall on a weekday.

Can I use this function with dates in different cells?

Absolutely, just reference the appropriate cells in the NETWORKDAYS formula.

More on Date arithmetic

See all →

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

Last reviewed: