Issue networkdays value in google spreadsheet

Viewed 45
2 Answers

looks like a bug but here is some quick workaround:

=IF(A2=B2; 1; NETWORKDAYS(A2; B2))

There was an issue and now it's working properly. Here are more details.

If you refresh the document, you can reload the function with the fix.

Related