I am trying to create a formula so that I will enter a date in one cell (ex.
Oct 11, 2006), I would then like another cell to take this date and add 3
workdays and therefore be October 16, 2006 (so it doesnt count the weekends).
I am not sure if this is possible, but any help would be appreciated.
Thanks,
Shannon
Paul B - 13 Oct 2006 20:46 GMT
Shannon, use workday, like this, with date in A1
=WORKDAY(A1,3)

Signature
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003
>I am trying to create a formula so that I will enter a date in one cell
>(ex.
[quoted text clipped - 5 lines]
> Thanks,
> Shannon