Forum Discussion
Alexie_Rose
Jun 18, 2021Copper Contributor
How do you get the number of network days one set of dates falls within another?
I have a date range that I need to determine if they fall within another date range and if so, it needs to determine how many net work days overlap within that range. This information would all be on...
- Jun 18, 2021
HansVogelaar
Jun 18, 2021MVP
Alexie_Rose
Jun 18, 2021Copper Contributor
Forget the last message, I just realized I can accomplish this with a Max(0 before the networkdays equation. Thank you again for all your help, Hans!