View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Shane Devenshire[_2_] Shane Devenshire[_2_] is offline
external usenet poster
 
Posts: 3,346
Default Count days but solutions can't land on holiday or weekend

Consider using

=WORKDAY(D3,A1,H1:H7)

Where D3 is the start date, A1 contains the number of weekdays you want to
add to and H1:H7 contains a list of holidays you want excluded.

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"NB292" wrote:

Hi there,

I am trying count 15 days from 2/4/09, with the following caveats. I can't
count holiday's (2/16/09) and the solution can't land on a Saturday or
Sunday, if it does move it the following Monday.

Any help would be greatly appreciated.