This function returns a number corresponding to the number of full working days between start date and end date. Weekends (by default, Saturday and Sunday) and any dates you specify as holidays are not considered working days.
You can use this function to calculate employee benefits that accrue based on the number of days worked during a specific term.
Syntax:
=NETWORKDAYS (start_date, end_date, [holidays])
Parameter list:
In this example, we are just calculating NETWORKDAYS without the third parameter to eliminate only weekends (by default Saturday and Sunday), and we are giving the two dates as holidays in the fourth case to make this function work.
These two holidays, as well as the weekend in between, will be excluded. If you wish to make a weekend out of any other days, you could use the NETWORKDAYS.INTL is an international function.
Share this Content
Ask Your Query