Hey guys I have a column called ReportDate and want to add 7 working days to that date.
So If ReportDate = 2022-07-21 + 7 days = 2022-07-29, I am seeing generating dates with end dates.
Thank you for your help
@Ultralightbeam I would just add 10 or 11 days, then filter out the Week ends.
@Ultralightbeam, give this a try.
Thanks!
@Ultralightbeam Another way of doing this, similar to @Qiu approach