How to add business days to the date field.
I would like to add the business days to the date field.
Example
Sl.No. | Date | Business Days | NewDate with Business Days |
1 | 13-May-19 | 10 | 24-May-19 |
2 | 13-May-19 | 15 | 31-May-19 |
3 | 13-May-19 | 20 | 07-Jun-19 |
4 | 13-May-19 | 25 | 14-Jun-19 |
5 | 13-May-19 | 30 | 21-Jun-19 |
Please help to find the NewDate based on adding the business days.
Thanks in advance.
Solved! Go to Solution.
Hi @BRRLL99
The 50 above is just to generate enough data to cover the OP's scenario. Feel free to use any increment that you want
Dan