Discussion about this post

User's avatar
Jon Peltier's avatar

Don't forget the other way to specify weekends, with a string of seven digits starting with Monday, where 0 is a working day and 1 is a weekend.

NETWORKDAYS.INTL(start_date, end_date, "0000011")

means nonworking days are Saturday and Sunday, while

NETWORKDAYS.INTL(start_date, end_date, "0010001")

means nonworking days are Wednesday and Sunday.

Expand full comment
3 more comments...

No posts