Intermediate

Count working days between two dates

Count only the business days between two dates, skipping weekends.

The formula

=NETWORKDAYS(A2, B2)

How it works

A
1Date
22026-06-01
32026-06-30
Count
22

Counts only the working days (Mon-Fri) between the two dates (22).

Functions used