View Single Post
  #2   Report Post  
Alok
 
Posts: n/a
Default

Richard,
User workday function
Here A1 is the date, B1 is the number of days and C1 is where this function
goes.

=WORKDAY(A1,B1)

Alok Joshi

"Richard" wrote:

I want to return a date that is the result of subtracting working days. For
example:

05/10/05 - 5 business days(m-f)= 05/03/05. Were 5/03/05 will be the
returned value when I enter the value 5 in a cell.

Thank you

Richard Herrera