Skip to main content

Hi,

I need formula where Due Date=Date of release + 6 workdays.

Please help! Thanks!

Hi @Nataliya_Bondarenko


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.


Thank you very muck for your help!


Reply