Oct 11, 2022 10:19 AM
Hi all,
I’m trying to calculate a date based off the launch date that doesn’t exclude weekends (sat/sun) and holidays.
I’ve figured out this formula that works but it’s not excluding weekends. Is there a way to exclude weekend dates from this formula below?
DATETIME_FORMAT(DATEADD({Go-Live Date}, -8, ‘days’), ‘MM/DD/YY’)
Thanks in advance!
Bri
Oct 11, 2022 12:27 PM
Welcome to the Airtable community!
I think you want the WORKDAY()
formula function. It is documented in the Formula Field Reference.
Oct 12, 2022 05:02 PM
Hi @kuovonne thank you!