Google Sheets - NETWORKDAYS.INTL function

NETWORKDAYS.INTL function calculate the net work days between two days for countries outside of US.

Syntax

NETWORKDAYS.INTL(start date, end date, weekend indicator, [holidays])

Weekend indicator is a string of seven 0s or 1s indicating which days of a week are weekends. 0 indicates work days and 1 indicates weekends. The first number indicates Monday. For example, "0000011" indicates Saturday and Sunday are weekends, while "1000001" indicates Monday and Sunday are weekends.

Examples

Notes

You can use an integer 1 to 17 as the weekend indicator. However, that is not as visual as "0000011".

Comments

Popular posts from this blog

Excel - IF function

Excel - Hierarchical chart (Treemap)

Excel - VLOOKUP function