In A1 I have 6-Mar-2009 10:32 PM
In B1 I have =12.8/24 (ie 12:28 hours)
In C1 I have =A1+B1+CHOOSE(WEEKDAY(A1+B1),1,0,0,0,0,0,2)
This should always give a weekday - did for me with limited testing
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email
"MPI Planner" <(E-Mail Removed)> wrote in message
news:45A939FD-1214-4550-85D0-(E-Mail Removed)...
>I am looking at added expected production hours to a start date/time and
> excluding weekends, show a completion date/time
>
> 6-Mar 10:32 PM + 12.8 "hours" =?
>
> If I add the time to the date normally I get March 7th @ 11:21 AM. This is
> a
> Saturday however and I want to get something on Monday. I tried using the
> Workday function but only got 6-Mar 0:00 which is incorrect.
>
>