Calculate working days between two date/time field excluding weekends

I have two date columns i.e

Proposal date    Login date
30/11/2020       4/12/2020
27/11/2020       1/12/2020

I want to create a third column, which is the difference in number of business/working days between the two dates i.e. if there is a weekend(Saturday & Sunday) between the 2 dates, it should not be counted.

Proposal date    Login date    Difference
30/11/2020       4/12/2020     4
27/11/2020       1/12/2020     2

Hi,

Please look at

3 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.