Add a number of work days to a date

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to look at value in one cell and add a specific number of work days to it. Any one know how?
 
Art
Look into the WORKDAY function

Good Luck
Mark Graesse
(e-mail address removed)

----- 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?
 
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?
 
Back
Top