Share

In order to find out how many workdays are in between two dates, we use the NETWORKDAYS function, which will exclude any weekends and given holidays.
It consists of three arguments: The two dates, and any holidays that are in between them.
We’ll write Equals, Networkdays, select the two dates, and then select the holidays.
We see that there are 8 workdays between the 18 of December, and the 4th of January, given the holidays.
In this lesson we have looked at the NETWORKDAYS function, which counts the amount of workdays between two dates.