
Contributor III
2019-07-18
12:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Count the number of leave days from start and End date and Exclude the weekend day.
Hi Team,
I have shared the dummy data based on that I need to calculate the leave day from start date and end date and exclude the weekend day.
Start date | End date | Name | date |
1/1/2019 | 1/5/2019 | A | 1/1/2019 |
1/2/2019 | 1/5/2019 | b | 1/2/2019 |
1/3/2019 | 1/6/2019 | c | 1/3/2019 |
1/4/2019 | 1/7/2019 | d | 1/4/2019 |
1/5/2019 | 1/8/2019 | e | 1/5/2019 |
1/6/2019 | 1/9/2019 | f | 1/6/2019 |
1/7/2019 | 1/9/2019 | g | 1/7/2019 |
1/8/2019 | 1/11/2019 | h | 1/8/2019 |
1/10/2019 | 1/13/2019 | i | 1/9/2019 |
1/11/2019 | 1/15/2019 | j | 1/10/2019 |
1/13/2019 | 1/15/2019 | k | 1/11/2019 |
1/14/2019 | 1/17/2019 | l | 1/12/2019 |
1/15/2019 | 1/17/2019 | m | 1/13/2019 |
1/16/2019 | 1/18/2019 | n | 1/14/2019 |
1/17/2019 | 1/20/2019 | o | 1/15/2019 |
Thanks in advanced.
Thanks,
Regards,
1,125 Views
1 Solution
Accepted Solutions

MVP
2019-07-18
12:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1,119 Views
5 Replies

MVP
2019-07-18
12:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
May be this
NetWorkDays([Start date], [End date])
1,120 Views

Contributor III
2019-07-18
01:00 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you sunny for you quick response. I got the expected output.
1,113 Views

MVP
2019-07-18
01:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What did you use?
1,108 Views

Contributor III
2019-07-18
01:18 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I used same which you have replied.
Thanks,
Irshad Ahmad
1,104 Views

MVP
2019-07-18
01:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oh okay, cool. You marked your own response as correct which confused me. Thanks for the clarification
1,099 Views
