View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sheeloo[_3_] Sheeloo[_3_] is offline
external usenet poster
 
Posts: 1,805
Default Friday as weekend in Workday Function

Instead of
=WORKDAY(A1,B1)
try
=WORKDAY(A1+1,B1)-1

where A1 contains the Start Date and B1 the Number of Days...

Not sure how this will work if you add Holidays and the holiday falls on Fri
or Sun...
Can you pl. test and let us know?


"Naushad" wrote:

How can i change weekend from saturday & Sunday to Friday for a workday
function