Thread: Weekend
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Teethless mama Teethless mama is offline
external usenet poster
 
Posts: 3,718
Default Weekend

A1: delivery date

=IF(WEEKDAY(WORKDAY(A1,-1,holidays),2)<5,WORKDAY(A1,-1,holidays),WORKDAY(A1,-2,holidays))

"Pass Codes" wrote:

I'm trying to schedule a product through up to 4 operations. We do not
operate on Friday, Saturday and Sunday. The product has do be made the day
before it is delivered.

Question; if I have to deliver a product on 06/04/07 (Monday). Is there a
way to calculate the final aoperation to the previous Thursday? It needs to
acknowledge Sunday, Saturday, Friday, and Holidays and schedule the operation
for Thursday.

Thanks in advance

Geo