I'm using this formula, =WORKDAY([End Date]@row, -2, Holidays:Holidays), to allow me to send a notification 2 days prior to an upcoming event, minus weekends and Holidays which I have define in a separate column.
I need to be able to send my notification if the event happens within the 0-2 window as well. Meaning I want my notification to to send when the event is < or = to 2 days.
Thank you in advance for your assistance!