Upcoming database upgrades. Airtable functionality will be reduced for ~15 minutes at 06:00 UTC on Feb. 4 / 10:00 pm PT on Feb. 3. Learn more here
Jun 04, 2019 03:09 AM
Hi,
I need formula where Due Date=Date of release + 6 workdays.
Please help! Thanks!
Jun 04, 2019 03:56 AM
This should do it for you:
WORKDAY(Date,6)
Note that you can also list Public Holidays after the number of days if you need to take these into account.
More information here.
Jun 04, 2019 12:09 PM
Thank you very muck for your help!