Jasmin has attended:
Excel Intermediate course
Excel Advanced course
Excel Date Formulas
Hi, I would like to create a formula which takes a date (for example todays date 10/06/11) and adds 20 working days onto it (so that the value in the cell becomes 08/07/11). Is there a formula I could use for this? Many thanks, Jasmin
RE: Excel Date Formulas
Hi Jasmin,
Thank you for your question.
Use the Workday Function. Example below:
Today's date in Cell A1
=Workday(A1,20)
Then format the cell as a date.
I hope this answers your question.
Let me know.
Regards
Simon