Returns the number of whole working days between StartDate and EndDate.
NETWORKDAYS(StartDate, EndDate)
StartDate: start date of period.
EndDate: end date of period.
NETWORKDAYS(DATE(1, 1, YEAR(CALCDATEINPUT)), CALCDATEINPUT) returns the number of days between the start of the year and the entered calculation date.