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