Hi,
I'm trying to calculate net work day between two date without considering any weekend or holiday using NETWORKDAYS function. The formula looks like this =NETWORKDAYS(DATE(2016,8,13),DATE(2016,8,13)) which returns 0 workday where it suppose to return 1. The
NETWORKDAYS.INTL version of this formula also returns 0. So far I've found this occurs for the following start and end date, DATE(2016,8,13), DATE(2016,8,14), and DATE(2017,8,13). This formula returns 1 for the following date =NETWORKDAYS(DATE(2018,8,13),DATE(2018,8,13)).
Not sure what I'm missing here but any guidance will be deeply appreciated.