The Community will be undergoing maintenance on Friday January 10 at 2:00pm - Saturday January 11 at 2:00pm EST, and will be "read-only." For assistance during this time, please visit our Help Center.
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.
WORKDAY()
Oct 12, 2022 05:02 PM
Hi @kuovonne thank you!