NETWORKDAYS.INTL Function – Google Sheets
NETWORKDAYS.INTL calculates the number of working days between two dates. The function excludes weekends (which may or may not be Saturday and Sunday) and can optionally exclude holidays. If your weekends are Saturday and Sunday, consider using the simpler NETWORKDAYS function. ā ļøĀ TheĀ start_dateĀ andĀ end_dateĀ are included in the count of days. Syntax =NETWORKDAYS.INTL(start_date,end_date,[weekend day(s)],[holiday(s)]) start_date The date at … Read more