Finding the lead or lag of n-business days

Hello,

I'm trying to easily find what is the nth business days before and after an event. With the table below. Business days are uniquely defined in the table. So for example for OPR_DATE 2026-04-01, 7 business days would be 2026-04-09.

If anyone can help me with the code that would be greatly appreciated, thanks!

Hi @NoSourApples
Check-out the {bizdays} package which is designed for this. You can also supply a list of holidays that are included as non-business days in your location.
HTH