View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Adding only working days

See the WORKDAY function.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Leon" wrote in message
...
I hace a cell with a value, that value represents a number of
working days
(no Sat. and Sun.)
I need to add that value to today's date and come up with a
date that is not
a week end date.
Basically,, I need to add X working days to today's date.

Any help gratefully appreciated.