Hi,
What formula can I use to add 3 working days (9-5 mon-fri) onto a date
cell (E38)?
Pete_UK - 11 Mar 2008 16:03 GMT
Try this:
=IF(WEEKDAY(E38,2)<3,E38+3,E38+5)
Hope this helps.
Pete
> Hi,
> What formula can I use to add 3 working days (9-5 mon-fri) onto a date
> cell (E38)?
David Biddulph - 11 Mar 2008 16:11 GMT
=WORKDAY(A11,3)
If it doesn't work, look up WORKDAY in Excel help.

Signature
David Biddulph
> Hi,
> What formula can I use to add 3 working days (9-5 mon-fri) onto a date
> cell (E38)?