Add a number of work days to a date

A

Art

I need to look at value in one cell and add a specific number of work days to it. Any one know how?
 
M

Mark Graesser

Art
Look into the WORKDAY function

Good Luck
Mark Graesse
[email protected]

----- Art wrote: ----

I need to look at value in one cell and add a specific number of work days to it. Any one know how?
 
G

Guest

Try this. To add 10 days to today, for example
=WORKDAY("2/3/2004",10) I'm pretty sure that a cell
reference instead of a date will work just fine, but I
thought that this way would show the syntax better
-----Original Message-----
I need to look at value in one cell and add a specific
number of work days to it. Any one know how?
 
Top